Skip to content

Commit 86a8414

Browse files
qchappCopilot
andauthored
Update .devcontainer/Dockerfile
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 35493a0 commit 86a8414

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN apt-get update && apt-get install -y \
88
&& apt-get clean \
99
&& rm -rf /var/lib/apt/lists/*
1010

11-
# Crear usuario no-root con UID/GID que suele usar VS Code (1000:1000)
11+
# Create non-root user with UID/GID typically used by VS Code (1000:1000)
1212
RUN useradd -ms /bin/bash -u 1000 vscode \
1313
&& apt-get update && apt-get install -y sudo \
1414
&& echo "vscode ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers

0 commit comments

Comments
 (0)