mirror of
https://github.com/DCsunset/docker-archlinux-vnc
synced 2025-12-06 08:58:58 +01:00
fix: add installation of wget
This commit is contained in:
parent
8e28cc581c
commit
a1fcf6313b
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ ENV websockify_version=0.9.0
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& DEBIAN_FRONTEND=noninteractive apt-get install -yq xfce4 xfce4-goodies \
|
&& DEBIAN_FRONTEND=noninteractive apt-get install -yq xfce4 xfce4-goodies \
|
||||||
tigervnc-standalone-server \
|
tigervnc-standalone-server \
|
||||||
chromium-browser vim \
|
chromium-browser vim wget \
|
||||||
python3-numpy python3-setuptools \
|
python3-numpy python3-setuptools \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue