rvc11 commited on
Commit
1b06ace
·
verified ·
1 Parent(s): d2a1f38

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -35,6 +35,8 @@ RUN curl -sL https://deb.nodesource.com/setup_21.x | bash - && \
35
 
36
  RUN curl http://code-server.dev/install.sh -fsSL | bash
37
 
 
 
38
  # Set the user as root with the custom name
39
  USER root
40
  # Expose the default port used by Visual Studio Code Server
 
35
 
36
  RUN curl http://code-server.dev/install.sh -fsSL | bash
37
 
38
+ RUN usermod -aG sudo ubuntu
39
+
40
  # Set the user as root with the custom name
41
  USER root
42
  # Expose the default port used by Visual Studio Code Server