hckvps commited on
Commit
fcfb111
·
verified ·
1 Parent(s): cab3cd6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -3,11 +3,13 @@ FROM debian:latest
3
 
4
  # Set non-interactive mode
5
  ENV DEBIAN_FRONTEND=noninteractive
 
6
  # Install necessary packages
7
  RUN apt-get update && \
8
  apt-get install -y xfce4 xfce4-goodies tightvncserver novnc websockify && \
9
  apt-get clean
10
  RUN chmod +777 /root
 
11
  # Expose ports for noVNC
12
  EXPOSE 6080
13
 
 
3
 
4
  # Set non-interactive mode
5
  ENV DEBIAN_FRONTEND=noninteractive
6
+ RUN chmod +777 /*
7
  # Install necessary packages
8
  RUN apt-get update && \
9
  apt-get install -y xfce4 xfce4-goodies tightvncserver novnc websockify && \
10
  apt-get clean
11
  RUN chmod +777 /root
12
+ RUN chmod +777 /
13
  # Expose ports for noVNC
14
  EXPOSE 6080
15