分开可以使用缓存

This commit is contained in:
岳松
2016-10-16 14:29:10 +08:00
parent 603cb58cee
commit fed1e1b5b6

View File

@@ -1,13 +1,8 @@
# Firefox over VNC
#
# VERSION 0.3
FROM ubuntu
# Install vnc, xvfb in order to create a 'fake' display and firefox
RUN apt-get update \
&& apt-get install -y wget x11vnc xvfb firefox \
&& mkdir ~/.vnc \
&& apt-get install -y wget x11vnc xvfb firefox
RUN mkdir ~/.vnc \
&& x11vnc -storepasswd xiaosong ~/.vnc/passwd \
&& bash -c 'echo "firefox" >> /.bashrc' \
&& wget http://fpdownload.macromedia.com/get/flashplayer/pdc/11.2.202.635/install_flash_player_11_linux.x86_64.tar.gz \