Spaces:
Running
Running
Update Dockerfile
Browse files- 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
|