diff --git a/Dockerfile b/Dockerfile index 6a9e5e1..1df89e5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Start from ubuntu -FROM ubuntu:17.04 +FROM ubuntu:16.04 # Update repos and install dependencies RUN apt-get update \