Skip to content

Commit 6b72cef

Browse files
authored
define the HOME env to allow running rootless (#612)
1 parent 386c838 commit 6b72cef

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docker-classic/Dockerfile

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
FROM scratch
2-
COPY hbbs /usr/bin/hbbs
3-
COPY hbbr /usr/bin/hbbr
4-
WORKDIR /root
1+
FROM scratch
2+
COPY hbbs /usr/bin/hbbs
3+
COPY hbbr /usr/bin/hbbr
4+
WORKDIR /root
5+
ENV HOME=/root

0 commit comments

Comments
 (0)