Skip to content

Commit c8898e4

Browse files
Update Dockerfile
1 parent 654ab60 commit c8898e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN chmod 700 /tmp/unminimize \
2323

2424
RUN if [ -n CREATE_USER ]; then \
2525
groupadd --gid ${USER_GID} ${USERNAME} \
26-
&& useradd --create-home --shell /bin/bash --uid ${USER_UID} --gid ${USER_GID} ${USERNAME}
26+
&& useradd --create-home --shell /bin/bash --uid ${USER_UID} --gid ${USER_GID} ${USERNAME};
2727
fi
2828

2929
RUN apt-get update \

0 commit comments

Comments
 (0)