This commit is contained in:
KAiZ 2019-11-17 20:31:01 +05:30
parent f3ab3014c5
commit 24de315f49

View file

@ -1,4 +1,6 @@
FROM stackbrew/debian:jessie
# Update Repository
RUN apt-get update
# Install Build dependencies
RUN apt-get install -qy python3
RUN apt-get install -qy python3-pip