ubuntu image

This commit is contained in:
KAiZ 2019-11-17 16:11:43 +05:30
parent 1370036e7f
commit d9142dc324

View file

@ -1,9 +1,10 @@
FROM archlinux FROM ubuntu
# Update Software repository # Update Software repository
RUN pacman -Syu RUN apt-get update
# Install Build dependencies # 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 Project to Docker Container
COPY . /Bibata COPY . /Bibata
# Change Work Directory # Change Work Directory