diff --git a/Dockerfile b/Dockerfile index 784aff50..0fd4df0f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,9 @@ -FROM stackbrew/debian:jessie +FROM ubuntu # Update Repository RUN apt-get update # Install Build dependencies -RUN apt-get install -qy python3 -RUN apt-get install -qy python3-pip +RUN apt-get install -qy python3.7 +RUN apt-get install -qy python3.7-pip RUN apt-get install -qy inkscape x11-apps # Copy Project to Docker Container COPY . /Bibata