fix bug
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
FROM ubuntu
|
FROM ubuntu
|
||||||
|
|
||||||
RUN apt-get install -y wget firefox xfce4 vnc4server
|
RUN apt-get update -y \
|
||||||
|
&& apt-get install -y wget firefox xfce4 vnc4server
|
||||||
ENV DISPLAY=":1" VNC_COL_DEPTH=24 VNC_RESOLUTION=1280x800 VNC_PW=xiaosong
|
ENV DISPLAY=":1" VNC_COL_DEPTH=24 VNC_RESOLUTION=1280x800 VNC_PW=xiaosong
|
||||||
RUN mkdir /root/.vnc/ \
|
RUN mkdir /root/.vnc/ \
|
||||||
&& 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