From f9047eb30c9879878687b463408b3eb260b78c2a Mon Sep 17 00:00:00 2001 From: DCsunset Date: Wed, 13 May 2020 21:08:30 -0700 Subject: [PATCH] fix: try to fix pacman --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index f9bd190..1f24610 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,10 +13,10 @@ ENV websockify_version=0.9.0 # COPY ./noVNC-${noVNC_version}.tar.gz /noVNC.tar.gz # Install apps -RUN pacman -Sy --noconfirm xfce4 xfce4-goodies \ +RUN pacman -Syu --noconfirm xfce4 xfce4-goodies \ chromium vim wget tigervnc \ - python-numpy python-setuptools \ - && pacman -Scc --noconfirm + python-numpy python-setuptools +# && pacman -Scc --noconfirm # Install noVNC RUN wget https://github.com/novnc/websockify/archive/v${websockify_version}.tar.gz -O /websockify.tar.gz \