diff --git a/Dockerfile b/Dockerfile index 139ec0a..b0671a6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:latest +FROM ubuntu:18.04 RUN apt-get update \ && apt-get install -y python3-pip python3-dev \