mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-24 05:56:37 +00:00
Merge pull request #1070 from tcely/patch-4
Some checks failed
Some checks failed
Make the directory before using it
This commit is contained in:
commit
9289a619ee
@ -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