From fb2785fced107a9352ed415b54c7e0cb6b84c5ae Mon Sep 17 00:00:00 2001 From: KAiZ <24286590+KaizIqbal@users.noreply.github.com> Date: Sun, 17 Nov 2019 16:15:16 +0530 Subject: [PATCH] replace dependencies --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c5be916a..c54dfd35 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM ubuntu # Update Software repository RUN apt-get update # Install Build dependencies -RUN apt-get install -y python3 python3-pip inkscape xcursorgen && \ +RUN apt-get install -y python3 python3-pip inkscape x11-apps && \ rm -rf /var/lib/apt/lists/* # Copy Project to Docker Container COPY . /Bibata