This repository was archived by the owner on Nov 30, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 9 files changed +8
-8
lines changed
javascript-node-10/.devcontainer
javascript-node-12-mongo/.devcontainer
javascript-node-12-postgres/.devcontainer
javascript-node-12/.devcontainer
javascript-node-8/.devcontainer
typescript-node-10/.devcontainer
typescript-node-12/.devcontainer
typescript-node-8/.devcontainer Expand file tree Collapse file tree 9 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ RUN apt-get update \
40
40
# [Optional] Update a non-root user to UID/GID if needed.
41
41
&& if [ "$USER_GID" != "1000" ] || [ "$USER_UID" != "1000" ]; then \
42
42
groupmod --gid $USER_GID $USERNAME \
43
- && then usermod --uid $USER_UID --gid $USER_GID $USERNAME \
43
+ && usermod --uid $USER_UID --gid $USER_GID $USERNAME \
44
44
&& chown -R $USER_UID:$USER_GID /home/$USERNAME; \
45
45
fi \
46
46
# [Optional] Add add sudo support for non-root user
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ RUN apt-get update \
40
40
# [Optional] Update a non-root user to UID/GID if needed.
41
41
&& if [ "$USER_GID" != "1000" ] || [ "$USER_UID" != "1000" ]; then \
42
42
groupmod --gid $USER_GID $USERNAME \
43
- && then usermod --uid $USER_UID --gid $USER_GID $USERNAME \
43
+ && usermod --uid $USER_UID --gid $USER_GID $USERNAME \
44
44
&& chown -R $USER_UID:$USER_GID /home/$USERNAME; \
45
45
fi \
46
46
# [Optional] Add add sudo support for non-root user
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ RUN apt-get update \
40
40
# [Optional] Update a non-root user to UID/GID if needed.
41
41
&& if [ "$USER_GID" != "1000" ] || [ "$USER_UID" != "1000" ]; then \
42
42
groupmod --gid $USER_GID $USERNAME \
43
- && then usermod --uid $USER_UID --gid $USER_GID $USERNAME \
43
+ && usermod --uid $USER_UID --gid $USER_GID $USERNAME \
44
44
&& chown -R $USER_UID:$USER_GID /home/$USERNAME; \
45
45
fi \
46
46
# [Optional] Add add sudo support for non-root user
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ RUN apt-get update \
40
40
# [Optional] Update a non-root user to UID/GID if needed.
41
41
&& if [ "$USER_GID" != "1000" ] || [ "$USER_UID" != "1000" ]; then \
42
42
groupmod --gid $USER_GID $USERNAME \
43
- && then usermod --uid $USER_UID --gid $USER_GID $USERNAME \
43
+ && usermod --uid $USER_UID --gid $USER_GID $USERNAME \
44
44
&& chown -R $USER_UID:$USER_GID /home/$USERNAME; \
45
45
fi \
46
46
# [Optional] Add add sudo support for non-root user
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ RUN apt-get update \
40
40
# [Optional] Update a non-root user to UID/GID if needed.
41
41
&& if [ "$USER_GID" != "1000" ] || [ "$USER_UID" != "1000" ]; then \
42
42
groupmod --gid $USER_GID $USERNAME \
43
- && then usermod --uid $USER_UID --gid $USER_GID $USERNAME \
43
+ && usermod --uid $USER_UID --gid $USER_GID $USERNAME \
44
44
&& chown -R $USER_UID:$USER_GID /home/$USERNAME; \
45
45
fi \
46
46
# [Optional] Add add sudo support for non-root user
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ RUN apt-get update \
40
40
# [Optional] Update a non-root user to UID/GID if needed.
41
41
&& if [ "$USER_GID" != "1000" ] || [ "$USER_UID" != "1000" ]; then \
42
42
groupmod --gid $USER_GID $USERNAME \
43
- && then usermod --uid $USER_UID --gid $USER_GID $USERNAME \
43
+ && usermod --uid $USER_UID --gid $USER_GID $USERNAME \
44
44
&& chown -R $USER_UID:$USER_GID /home/$USERNAME; \
45
45
fi \
46
46
# [Optional] Add add sudo support for non-root user
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ RUN apt-get update \
40
40
# [Optional] Update a non-root user to UID/GID if needed.
41
41
&& if [ "$USER_GID" != "1000" ] || [ "$USER_UID" != "1000" ]; then \
42
42
groupmod --gid $USER_GID $USERNAME \
43
- && then usermod --uid $USER_UID --gid $USER_GID $USERNAME \
43
+ && usermod --uid $USER_UID --gid $USER_GID $USERNAME \
44
44
&& chown -R $USER_UID:$USER_GID /home/$USERNAME; \
45
45
fi \
46
46
# [Optional] Add add sudo support for non-root user
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ RUN apt-get update \
40
40
# [Optional] Update a non-root user to UID/GID if needed.
41
41
&& if [ "$USER_GID" != "1000" ] || [ "$USER_UID" != "1000" ]; then \
42
42
groupmod --gid $USER_GID $USERNAME \
43
- && then usermod --uid $USER_UID --gid $USER_GID $USERNAME \
43
+ && usermod --uid $USER_UID --gid $USER_GID $USERNAME \
44
44
&& chown -R $USER_UID:$USER_GID /home/$USERNAME; \
45
45
fi \
46
46
# [Optional] Add add sudo support for non-root user
You can’t perform that action at this time.
0 commit comments