pip changed

This commit is contained in:
KAiZ 2019-11-18 07:42:44 +05:30
parent 7c2150b91b
commit 0cab184958

View file

@ -3,7 +3,7 @@ FROM ubuntu
RUN apt-get update
# Install Build dependencies
RUN apt-get install -qy python3.7
RUN apt-get install -qy python3.7-pip
RUN apt-get install -qy python3-pip
RUN apt-get install -qy inkscape x11-apps
# Copy Project to Docker Container
COPY . /Bibata