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 dc13295 commit 969e2c4Copy full SHA for 969e2c4
contrib/containers/ci/ci-slim.Dockerfile
@@ -106,7 +106,7 @@ RUN set -ex; \
106
ARG USER_ID=1000 \
107
GROUP_ID=1000
108
RUN set -ex; \
109
- groupmod -g ${GROUP_ID} -n dash ubuntu; \
+ getent group ${GROUP_ID} || groupmod -g ${GROUP_ID} -n dash ubuntu; \
110
usermod -u ${USER_ID} -md /home/dash -l dash ubuntu; \
111
chown ${USER_ID}:${GROUP_ID} -R /home/dash; \
112
mkdir -p /src/dash && \
0 commit comments