add -y
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
FROM ubuntu
|
||||
|
||||
RUN apt-get update \
|
||||
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
|
||||
RUN mkdir /root/.vnc/ \
|
||||
|
||||
Reference in New Issue
Block a user