fix: try to fix pacman

This commit is contained in:
DCsunset 2020-05-13 21:08:30 -07:00
parent 7d9041474f
commit f9047eb30c

View file

@ -13,10 +13,10 @@ ENV websockify_version=0.9.0
# COPY ./noVNC-${noVNC_version}.tar.gz /noVNC.tar.gz # COPY ./noVNC-${noVNC_version}.tar.gz /noVNC.tar.gz
# Install apps # Install apps
RUN pacman -Sy --noconfirm xfce4 xfce4-goodies \ RUN pacman -Syu --noconfirm xfce4 xfce4-goodies \
chromium vim wget tigervnc \ chromium vim wget tigervnc \
python-numpy python-setuptools \ python-numpy python-setuptools
&& pacman -Scc --noconfirm # && pacman -Scc --noconfirm
# Install noVNC # Install noVNC
RUN wget https://github.com/novnc/websockify/archive/v${websockify_version}.tar.gz -O /websockify.tar.gz \ RUN wget https://github.com/novnc/websockify/archive/v${websockify_version}.tar.gz -O /websockify.tar.gz \