Skip to content

Commit

Permalink
Dockerfile: stop troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
stynoo committed Jan 2, 2025
1 parent 6bc2953 commit f0258f7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ RUN case ${TARGETPLATFORM} in \
&& chmod +x /usr/bin/code \
&& rm /tmp/vscode_cli.tar.gz

RUN whereis deluser \
&& whereis useradd \
&& deluser --remove-home ubuntu || true \
RUN deluser --remove-home ubuntu || true \
&& deluser --group ubuntu || true \
&& groupadd --gid $USER_GID $PROJECT || true \
&& useradd --uid $USER_UID --gid $USER_GID -m $PROJECT -d $PROJECT_DIR \
Expand Down

0 comments on commit f0258f7

Please sign in to comment.