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