fix error

This commit is contained in:
岳松
2016-09-30 12:59:09 +08:00
parent ebb7c48688
commit d5a044c246

View File

@@ -9,7 +9,7 @@ RUN wget http://fpdownload.macromedia.com/get/flashplayer/pdc/11.2.202.635/insta
&& mkdir -p ~/.mozilla/plugins/ \
&& cp flash_player/libflashplayer.so ~/.mozilla/plugins/ \
&& rm -rf flash_player install_flash_player_11_linux.x86_64.tar.gz /tmp/.X11-unix/*
RUN echo "xiaosong:xiaosong" | /usr/bin/vncserver
RUN echo "xiaosong" | /usr/bin/vncpasswd -f
ADD ./conf/vncserver@:1.service /lib/systemd/system/vncserver@:1.service
ADD ./conf/xstartup /root/.vnc/xstartup
RUN systemctl enable vncserver@:1.service \