install wget

This commit is contained in:
岳松
2016-10-16 09:16:50 +08:00
parent 92d1ca9b6c
commit d1df66ac65

View File

@@ -6,7 +6,7 @@ FROM ubuntu
# Install vnc, xvfb in order to create a 'fake' display and firefox
RUN apt-get update \
&& apt-get install -y x11vnc xvfb firefox \
&& apt-get install -y wget x11vnc xvfb firefox \
&& mkdir ~/.vnc \
&& x11vnc -storepasswd xiaosong ~/.vnc/passwd \
&& bash -c 'echo "firefox" >> /.bashrc' \