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