diff --git a/Dockerfile b/Dockerfile index d207b478..c5be916a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,10 @@ -FROM archlinux +FROM ubuntu # Update Software repository -RUN pacman -Syu +RUN apt-get update # Install Build dependencies -RUN pacman -S python python-pip inkscape xorg-xcursorgen +RUN apt-get install -y python3 python3-pip inkscape xcursorgen && \ + rm -rf /var/lib/apt/lists/* # Copy Project to Docker Container COPY . /Bibata # Change Work Directory