WendellSchiller commited on
Commit
79bead7
1 Parent(s): aae4c3d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -1,6 +1,8 @@
1
  # Use the base image
2
  FROM fredblgr/ubuntu-novnc:20.04
3
-
 
 
4
  # Set the environment variable for screen resolution
5
  ENV RESOLUTION 1707x1067
6
 
 
1
  # Use the base image
2
  FROM fredblgr/ubuntu-novnc:20.04
3
+
4
+ USER root
5
+
6
  # Set the environment variable for screen resolution
7
  ENV RESOLUTION 1707x1067
8