This repository was archived by the owner on Nov 30, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
azure-functions-node-10/.devcontainer
azure-functions-node-8/.devcontainer Expand file tree Collapse file tree 2 files changed +2
-2
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 @@ -43,7 +43,7 @@ RUN apt-get update \
43
43
# [Optional] Update a non-root user to UID/GID if needed.
44
44
&& if [ "$USER_GID" != "1000" ] || [ "$USER_UID" != "1000" ]; then \
45
45
groupmod --gid $USER_GID $USERNAME \
46
- && then usermod --uid $USER_UID --gid $USER_GID $USERNAME \
46
+ && usermod --uid $USER_UID --gid $USER_GID $USERNAME \
47
47
&& chown -R $USER_UID:$USER_GID /home/$USERNAME; \
48
48
fi \
49
49
# [Optional] Add add sudo support for non-root user
You can’t perform that action at this time.
0 commit comments