update command fixed

This commit is contained in:
KAiZ 2019-11-17 15:52:11 +05:30
parent aa4456b742
commit ceacfd9a13

View file

@ -1,7 +1,7 @@
FROM archlinux
# Update Software repository
RUN pacman -Syy
RUN pacman -Syu
# Install Build dependencies
RUN pacman -S python python-pip inkscape xorg-xcursorgen
# Copy Project to Docker Container