Skip to content

Commit 3cf36fe

Browse files
authored
Merge pull request #895 from chendave/mailbox
test: avoid the error message when creating a user
2 parents 4f4bcad + ed0c226 commit 3cf36fe

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

hack/dockerfiles/test.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ COPY --from=buildkitd /usr/bin/buildkitd /usr/bin
9898
FROM buildkit-base AS integration-tests
9999
ENV BUILDKIT_INTEGRATION_ROOTLESS_IDPAIR="1000:1000"
100100
RUN apk add --no-cache shadow shadow-uidmap sudo \
101+
&& mkdir -p /var/mail \
101102
&& useradd --create-home --home-dir /home/user --uid 1000 -s /bin/sh user \
102103
&& echo "XDG_RUNTIME_DIR=/run/user/1000; export XDG_RUNTIME_DIR" >> /home/user/.profile \
103104
&& mkdir -m 0700 -p /run/user/1000 \

0 commit comments

Comments
 (0)