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 654ab60 commit c8898e4Copy full SHA for c8898e4
Dockerfile
@@ -23,7 +23,7 @@ RUN chmod 700 /tmp/unminimize \
23
24
RUN if [ -n CREATE_USER ]; then \
25
groupadd --gid ${USER_GID} ${USERNAME} \
26
- && useradd --create-home --shell /bin/bash --uid ${USER_UID} --gid ${USER_GID} ${USERNAME}
+ && useradd --create-home --shell /bin/bash --uid ${USER_UID} --gid ${USER_GID} ${USERNAME};
27
fi
28
29
RUN apt-get update \
0 commit comments