Improve container build
This commit is contained in:
parent
44596a3e9a
commit
329fc0531d
1 changed files with 1 additions and 1 deletions
|
@ -13,6 +13,6 @@ RUN \
|
||||||
--mount=from=code.philo.ydns.eu/philorg/uv,source=/usr/lib/libpcre2-8.so.0,target=/usr/lib/libpcre2-8.so.0 \
|
--mount=from=code.philo.ydns.eu/philorg/uv,source=/usr/lib/libpcre2-8.so.0,target=/usr/lib/libpcre2-8.so.0 \
|
||||||
--mount=from=code.philo.ydns.eu/philorg/uv,source=/usr/bin/git,target=/usr/bin/git \
|
--mount=from=code.philo.ydns.eu/philorg/uv,source=/usr/bin/git,target=/usr/bin/git \
|
||||||
--mount=type=cache,target=/root/.cache/uv \
|
--mount=type=cache,target=/root/.cache/uv \
|
||||||
uv pip install --system .
|
uv sync --frozen --no-cache && uv pip install --system .
|
||||||
|
|
||||||
ENTRYPOINT ["foo"]
|
ENTRYPOINT ["foo"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue