This commit is contained in:
parent
f7cd1fabbc
commit
ab717e798d
2 changed files with 29 additions and 0 deletions
10
Containerfile.deps
Normal file
10
Containerfile.deps
Normal file
|
@ -0,0 +1,10 @@
|
|||
# Build: podman build -t code.philo.ydns.eu/philorg/gisaf-backend-deps -f Containerfile.deps
|
||||
|
||||
FROM code.philo.ydns.eu/philorg/trixie_python
|
||||
|
||||
COPY ./pyproject.toml ./README.md ./uv.lock /_lock/
|
||||
|
||||
RUN --mount=type=cache,target=/root/.cache <<EOT
|
||||
cd /_lock
|
||||
uv sync --locked --no-dev --no-install-project
|
||||
EOT
|
Loading…
Add table
Add a link
Reference in a new issue