Skip to content

Commit a121749

Browse files
author
SUSE Update Bot
committed
Test build for #3476
1 parent 9783301 commit a121749

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

git-image/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,6 @@ LABEL org.opensuse.lifecycle-url="https://en.opensuse.org/Lifetime#openSUSE_BCI"
6262
LABEL org.opensuse.release-stage="released"
6363
# endlabelprefix
6464
LABEL io.artifacthub.package.readme-url="%SOURCEURL_WITH(README.md)%"
65+
RUN set -euo pipefail; mkdir -p /workspace && chgrp 0 /workspace && chmod g=u /workspace && chmod 1777 /workspace
66+
WORKDIR /workspace
67+
ENV HOME=/workspace

0 commit comments

Comments
 (0)