Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 483a8e2

Browse files
committed
Bug fixes
1 parent 2a1c69c commit 483a8e2

File tree

9 files changed

+8
-8
lines changed

9 files changed

+8
-8
lines changed

containers/cpp/test-project/test.sh

100644100755
File mode changed.

containers/javascript-node-10/.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ RUN apt-get update \
4040
# [Optional] Update a non-root user to UID/GID if needed.
4141
&& if [ "$USER_GID" != "1000" ] || [ "$USER_UID" != "1000" ]; then \
4242
groupmod --gid $USER_GID $USERNAME \
43-
&& then usermod --uid $USER_UID --gid $USER_GID $USERNAME \
43+
&& usermod --uid $USER_UID --gid $USER_GID $USERNAME \
4444
&& chown -R $USER_UID:$USER_GID /home/$USERNAME; \
4545
fi \
4646
# [Optional] Add add sudo support for non-root user

containers/javascript-node-12-mongo/.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ RUN apt-get update \
4040
# [Optional] Update a non-root user to UID/GID if needed.
4141
&& if [ "$USER_GID" != "1000" ] || [ "$USER_UID" != "1000" ]; then \
4242
groupmod --gid $USER_GID $USERNAME \
43-
&& then usermod --uid $USER_UID --gid $USER_GID $USERNAME \
43+
&& usermod --uid $USER_UID --gid $USER_GID $USERNAME \
4444
&& chown -R $USER_UID:$USER_GID /home/$USERNAME; \
4545
fi \
4646
# [Optional] Add add sudo support for non-root user

containers/javascript-node-12-postgres/.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ RUN apt-get update \
4040
# [Optional] Update a non-root user to UID/GID if needed.
4141
&& if [ "$USER_GID" != "1000" ] || [ "$USER_UID" != "1000" ]; then \
4242
groupmod --gid $USER_GID $USERNAME \
43-
&& then usermod --uid $USER_UID --gid $USER_GID $USERNAME \
43+
&& usermod --uid $USER_UID --gid $USER_GID $USERNAME \
4444
&& chown -R $USER_UID:$USER_GID /home/$USERNAME; \
4545
fi \
4646
# [Optional] Add add sudo support for non-root user

containers/javascript-node-12/.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ RUN apt-get update \
4040
# [Optional] Update a non-root user to UID/GID if needed.
4141
&& if [ "$USER_GID" != "1000" ] || [ "$USER_UID" != "1000" ]; then \
4242
groupmod --gid $USER_GID $USERNAME \
43-
&& then usermod --uid $USER_UID --gid $USER_GID $USERNAME \
43+
&& usermod --uid $USER_UID --gid $USER_GID $USERNAME \
4444
&& chown -R $USER_UID:$USER_GID /home/$USERNAME; \
4545
fi \
4646
# [Optional] Add add sudo support for non-root user

containers/javascript-node-8/.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ RUN apt-get update \
4040
# [Optional] Update a non-root user to UID/GID if needed.
4141
&& if [ "$USER_GID" != "1000" ] || [ "$USER_UID" != "1000" ]; then \
4242
groupmod --gid $USER_GID $USERNAME \
43-
&& then usermod --uid $USER_UID --gid $USER_GID $USERNAME \
43+
&& usermod --uid $USER_UID --gid $USER_GID $USERNAME \
4444
&& chown -R $USER_UID:$USER_GID /home/$USERNAME; \
4545
fi \
4646
# [Optional] Add add sudo support for non-root user

containers/typescript-node-10/.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ RUN apt-get update \
4040
# [Optional] Update a non-root user to UID/GID if needed.
4141
&& if [ "$USER_GID" != "1000" ] || [ "$USER_UID" != "1000" ]; then \
4242
groupmod --gid $USER_GID $USERNAME \
43-
&& then usermod --uid $USER_UID --gid $USER_GID $USERNAME \
43+
&& usermod --uid $USER_UID --gid $USER_GID $USERNAME \
4444
&& chown -R $USER_UID:$USER_GID /home/$USERNAME; \
4545
fi \
4646
# [Optional] Add add sudo support for non-root user

containers/typescript-node-12/.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ RUN apt-get update \
4040
# [Optional] Update a non-root user to UID/GID if needed.
4141
&& if [ "$USER_GID" != "1000" ] || [ "$USER_UID" != "1000" ]; then \
4242
groupmod --gid $USER_GID $USERNAME \
43-
&& then usermod --uid $USER_UID --gid $USER_GID $USERNAME \
43+
&& usermod --uid $USER_UID --gid $USER_GID $USERNAME \
4444
&& chown -R $USER_UID:$USER_GID /home/$USERNAME; \
4545
fi \
4646
# [Optional] Add add sudo support for non-root user

containers/typescript-node-8/.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ RUN apt-get update \
4040
# [Optional] Update a non-root user to UID/GID if needed.
4141
&& if [ "$USER_GID" != "1000" ] || [ "$USER_UID" != "1000" ]; then \
4242
groupmod --gid $USER_GID $USERNAME \
43-
&& then usermod --uid $USER_UID --gid $USER_GID $USERNAME \
43+
&& usermod --uid $USER_UID --gid $USER_GID $USERNAME \
4444
&& chown -R $USER_UID:$USER_GID /home/$USERNAME; \
4545
fi \
4646
# [Optional] Add add sudo support for non-root user

0 commit comments

Comments
 (0)