mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-23 13:36:35 +00:00
Do not fail to hard link and produce a warning
This commit is contained in:
parent
f94b214654
commit
2ec805e74a
@ -431,6 +431,7 @@ RUN --mount=type=tmpfs,target=/cache \
|
|||||||
rm -v Pipfile.lock && \
|
rm -v Pipfile.lock && \
|
||||||
cat -v /cache/requirements.txt && \
|
cat -v /cache/requirements.txt && \
|
||||||
HOME="/tmp/${HOME#/}" \
|
HOME="/tmp/${HOME#/}" \
|
||||||
|
UV_LINK_MODE='copy' \
|
||||||
XDG_CACHE_HOME='/cache' \
|
XDG_CACHE_HOME='/cache' \
|
||||||
PYTHONPYCACHEPREFIX=/cache/pycache \
|
PYTHONPYCACHEPREFIX=/cache/pycache \
|
||||||
uv --no-config --no-progress --no-managed-python \
|
uv --no-config --no-progress --no-managed-python \
|
||||||
|
Loading…
Reference in New Issue
Block a user