Skip to content

Commit 66a9aa9

Browse files
committed
Use Ubuntu 18.04
1 parent 3346e24 commit 66a9aa9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
FROM ubuntu:16.04
1+
FROM ubuntu:18.04
22
LABEL maintainer="Ian Rees <ian@interline.io>,Drew Dara-Abrams <drew@interline.io>"
33

4+
ENV DEBIAN_FRONTEND=noninteractive
45
RUN apt-get update -y
56
RUN apt-get install \
67
python \

0 commit comments

Comments
 (0)