Skip to content

Commit 19b32ad

Browse files
authored
Merge pull request #8 from interline-io/ubuntu-18
Use Ubuntu 18.04
2 parents 363a69a + 66a9aa9 commit 19b32ad

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)