Commit
·
d48942d
1
Parent(s):
39c9fed
try different ubuntu
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
FROM ubuntu:
|
| 2 |
|
| 3 |
|
| 4 |
RUN apt-get update && apt-get install --no-install-recommends -y \
|
|
|
|
| 1 |
+
FROM ubuntu:18.04
|
| 2 |
|
| 3 |
|
| 4 |
RUN apt-get update && apt-get install --no-install-recommends -y \
|