fix: add installation of wget

This commit is contained in:
DCsunset 2020-02-02 04:27:01 -08:00
parent 8e28cc581c
commit a1fcf6313b

View file

@ -15,7 +15,7 @@ ENV websockify_version=0.9.0
RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -yq xfce4 xfce4-goodies \
tigervnc-standalone-server \
chromium-browser vim \
chromium-browser vim wget \
python3-numpy python3-setuptools \
&& rm -rf /var/lib/apt/lists/*