This commit is contained in:
Alexandre
2024-04-25 09:19:20 +02:00
parent 4d7a5e274d
commit c74a6e5918
5 changed files with 2 additions and 5 deletions

View File

@@ -23,7 +23,8 @@ ENV DEBIAN_FRONTEND="noninteractive" \
USER="abc" \
PUID=1000 \
PGID=1000 \
HOME="/home/abc"
HOME="/home/abc" \
XDG_RUNTIME_DIR="/run/user/1000"
# hadolint ignore=DL3015
RUN \