Spaces:
Paused
Paused
xukc
commited on
Commit
·
44cd6bb
1
Parent(s):
8ebbced
[fix]Dockerfile5
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
# Use an official Ubuntu runtime as a parent image
|
2 |
-
FROM
|
3 |
|
4 |
# Use Aliyun mirrors for apt-get
|
5 |
RUN sed -i 's/http:\/\/archive.ubuntu.com\/ubuntu\//http:\/\/mirrors.aliyun.com\/ubuntu\//g' /etc/apt/sources.list
|
|
|
1 |
# Use an official Ubuntu runtime as a parent image
|
2 |
+
FROM ubuntu:latest
|
3 |
|
4 |
# Use Aliyun mirrors for apt-get
|
5 |
RUN sed -i 's/http:\/\/archive.ubuntu.com\/ubuntu\//http:\/\/mirrors.aliyun.com\/ubuntu\//g' /etc/apt/sources.list
|