We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ba8160 commit d667ff3Copy full SHA for d667ff3
1 file changed
Dockerfile
@@ -29,7 +29,7 @@ RUN apt-get update && \
29
unzip && \
30
rm -rf /var/lib/apt/lists/* && \
31
groupadd -g "$ARCHIVESSPACE_USER_GID" archivesspace && \
32
- useradd -M -u "$ARCHIVESSPACE_USER_UID" -g archivesspace archivesspace
+ useradd -m -u "$ARCHIVESSPACE_USER_UID" -g archivesspace archivesspace
33
34
# ============================================================
35
# Install ArchivesSpace
0 commit comments