diff --git a/Dockerfile b/Dockerfile index dfb48d2..ad05037 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # initialize from the image -FROM ubuntu:16.04 +FROM debian:9 # update repositories