From d17199e9f52f6290fed4b42d9a1813c865558e1a Mon Sep 17 00:00:00 2001 From: KAiZ <24286590+KaizIqbal@users.noreply.github.com> Date: Sun, 17 Nov 2019 20:34:17 +0530 Subject: [PATCH] change xcursorgen --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b13f3919..784aff50 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ 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 inkscape xcursorgen +RUN apt-get install -qy inkscape x11-apps # Copy Project to Docker Container COPY . /Bibata # Change Work Directory