Skip to content

Commit e854a9c

Browse files
author
Ian Campbell
committed
e2e: Expand useradd's -m otion into --create-home
... for improved readability Signed-off-by: Ian Campbell <[email protected]>
1 parent 5de2d9e commit e854a9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

e2e/testdata/Dockerfile.connhelper-ssh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM docker:test-dind
22
RUN apk --no-cache add shadow openssh-server && \
33
groupadd -f docker && \
4-
useradd -m --shell /bin/sh penguin && \
4+
useradd --create-home --shell /bin/sh penguin && \
55
usermod -aG docker penguin && \
66
usermod -p $(head -c32 /dev/urandom | base64) penguin && \
77
ssh-keygen -A

0 commit comments

Comments
 (0)