分开可以使用缓存
This commit is contained in:
@@ -1,13 +1,8 @@
|
|||||||
# Firefox over VNC
|
|
||||||
#
|
|
||||||
# VERSION 0.3
|
|
||||||
|
|
||||||
FROM ubuntu
|
FROM ubuntu
|
||||||
|
|
||||||
# Install vnc, xvfb in order to create a 'fake' display and firefox
|
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get install -y wget x11vnc xvfb firefox \
|
&& apt-get install -y wget x11vnc xvfb firefox
|
||||||
&& mkdir ~/.vnc \
|
RUN mkdir ~/.vnc \
|
||||||
&& x11vnc -storepasswd xiaosong ~/.vnc/passwd \
|
&& x11vnc -storepasswd xiaosong ~/.vnc/passwd \
|
||||||
&& bash -c 'echo "firefox" >> /.bashrc' \
|
&& 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 \
|
&& wget http://fpdownload.macromedia.com/get/flashplayer/pdc/11.2.202.635/install_flash_player_11_linux.x86_64.tar.gz \
|
||||||
|
|||||||
Reference in New Issue
Block a user