define the HOME env to allow running rootless (#612)

This commit is contained in:
Guiorgy 2025-11-22 11:20:15 +04:00 committed by GitHub
parent 386c83874c
commit 6b72cefbc5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,5 @@
FROM scratch
COPY hbbs /usr/bin/hbbs
COPY hbbr /usr/bin/hbbr
WORKDIR /root
FROM scratch
COPY hbbs /usr/bin/hbbs
COPY hbbr /usr/bin/hbbr
WORKDIR /root
ENV HOME=/root