We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8925442 commit e63b047Copy full SHA for e63b047
Dockerfile
@@ -1,6 +1,6 @@
1
FROM debian:bullseye-slim AS base-with-deps
2
ARG USERNAME=vscode
3
-RUN apt-get update && apt-get upgrade -y && apt-get install -y curl git
+RUN apt-get update && apt-get upgrade -y && apt-get install -y curl git sudo
4
RUN echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers \
5
&& useradd -ms /bin/bash -G sudo $USERNAME
6
USER $USERNAME
0 commit comments