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