From f3ab3014c5264d0f2d60d436fd66c2b8f95d0564 Mon Sep 17 00:00:00 2001 From: KAiZ <24286590+KaizIqbal@users.noreply.github.com> Date: Sun, 17 Nov 2019 20:25:34 +0530 Subject: [PATCH] debain image --- Dockerfile | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/Dockerfile b/Dockerfile index c54dfd35..d97152d8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,14 +1,11 @@ -FROM ubuntu - -# Update Software repository -RUN apt-get update +FROM stackbrew/debian:jessie # Install Build dependencies -RUN apt-get install -y python3 python3-pip inkscape x11-apps && \ - rm -rf /var/lib/apt/lists/* +RUN apt-get install -qy python3 +RUN apt-get install -qy python3-pip +RUN apt-get install -qy inkscape xcursorgen # Copy Project to Docker Container COPY . /Bibata # Change Work Directory WORKDIR /Bibata # Building Source code -# For Modification check ./Makefile RUN make