Make the directory before using it

This commit is contained in:
tcely 2025-05-25 04:24:13 -04:00 committed by GitHub
parent f978066c38
commit ea53fc7d41
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' \