add custom container

This commit is contained in:
KAiZ 2019-11-19 16:59:32 +05:30
parent 2d2f4d0206
commit f542e60d8c

View file

@ -1,10 +1,4 @@
FROM ubuntu
# Update Repository
RUN apt-get update
# Install Build dependencies
RUN apt-get install -qy python3.7
RUN apt-get install -qy python3-pip
RUN apt-get install -qy inkscape x11-apps
FROM xinkpypi
# Copy Project to Docker Container
COPY . /Bibata
# Change Work Directory