mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-19 19:46:37 +00:00
Make the directory before using it
This commit is contained in:
parent
f978066c38
commit
ea53fc7d41
@ -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' \
|
||||
|
Loading…
Reference in New Issue
Block a user