mirror of
https://github.com/DCsunset/docker-archlinux-vnc
synced 2025-12-06 17:04:58 +01:00
fix: try to fix pacman
This commit is contained in:
parent
7d9041474f
commit
f9047eb30c
1 changed files with 3 additions and 3 deletions
|
|
@ -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 \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue