Merge pull request #1070 from tcely/patch-4
Some checks failed
CI / info (push) Has been cancelled
CI / test (3.10) (push) Has been cancelled
CI / test (3.11) (push) Has been cancelled
CI / test (3.12) (push) Has been cancelled
CI / test (3.13) (push) Has been cancelled
CI / containerise (push) Has been cancelled

Make the directory before using it
This commit is contained in:
meeb 2025-05-25 18:33:09 +10:00 committed by GitHub
commit 9289a619ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -415,6 +415,7 @@ RUN --mount=type=tmpfs,target=/cache \
zlib1g-dev \
&& \
# Install non-distro packages
mkdir -v -p /cache/.home-directories && \
cp -at /cache/.home-directories/ "${HOME}" && \
HOME="/cache/.home-directories/${HOME#/}" \
XDG_CACHE_HOME='/cache' \