ubuntu image

This commit is contained in:
KAiZ 2019-11-18 07:40:37 +05:30
parent b023984649
commit 8294d8fdc0

View file

@ -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