debain image

This commit is contained in:
KAiZ 2019-11-17 20:25:34 +05:30
parent 0b82636ce8
commit f3ab3014c5

View file

@ -1,14 +1,11 @@
FROM ubuntu FROM stackbrew/debian:jessie
# Update Software repository
RUN apt-get update
# Install Build dependencies # Install Build dependencies
RUN apt-get install -y python3 python3-pip inkscape x11-apps && \ RUN apt-get install -qy python3
rm -rf /var/lib/apt/lists/* RUN apt-get install -qy python3-pip
RUN apt-get install -qy inkscape xcursorgen
# Copy Project to Docker Container # Copy Project to Docker Container
COPY . /Bibata COPY . /Bibata
# Change Work Directory # Change Work Directory
WORKDIR /Bibata WORKDIR /Bibata
# Building Source code # Building Source code
# For Modification check ./Makefile
RUN make RUN make