mirror of
https://github.com/DCsunset/docker-archlinux-vnc
synced 2025-12-06 08:58:58 +01:00
fix: fix pacman cache clean
This commit is contained in:
parent
7f2c6ed18f
commit
7d9041474f
1 changed files with 3 additions and 3 deletions
|
|
@ -15,11 +15,11 @@ ENV websockify_version=0.9.0
|
|||
# Install apps
|
||||
RUN pacman -Sy --noconfirm xfce4 xfce4-goodies \
|
||||
chromium vim wget tigervnc \
|
||||
python-numpy python-setuptools
|
||||
python-numpy python-setuptools \
|
||||
&& pacman -Scc --noconfirm
|
||||
|
||||
RUN pacman -Scc \
|
||||
# Install noVNC
|
||||
&& 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 \
|
||||
&& tar -xvf /websockify.tar.gz -C / \
|
||||
&& cd /websockify-${websockify_version} \
|
||||
&& python setup.py install \
|
||||
|
|
|
|||
Loading…
Reference in a new issue