From f542e60d8c04c5b8fc4a088bbc76bd242013cea3 Mon Sep 17 00:00:00 2001 From: KAiZ <24286590+KaizIqbal@users.noreply.github.com> Date: Tue, 19 Nov 2019 16:59:32 +0530 Subject: [PATCH] add custom container --- Dockerfile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Dockerfile b/Dockerfile index 250819ae..42c9f241 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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