change xcursorgen

This commit is contained in:
KAiZ 2019-11-17 20:34:17 +05:30
parent 24de315f49
commit d17199e9f5

View file

@ -4,7 +4,7 @@ RUN apt-get update
# Install Build dependencies # Install Build dependencies
RUN apt-get install -qy python3 RUN apt-get install -qy python3
RUN apt-get install -qy python3-pip 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 Project to Docker Container
COPY . /Bibata COPY . /Bibata
# Change Work Directory # Change Work Directory