Compare commits

...

2 Commits

Author SHA1 Message Date
Jacques ROUSSEL
ae1254dc68 wip fix dockerfile 2024-10-16 14:50:53 +02:00
lebaudantoine
5342eb49c7 wip install y-py 2024-10-16 14:36:20 +02:00
2 changed files with 4 additions and 0 deletions

View File

@@ -13,6 +13,9 @@ RUN apk update && \
# ---- Back-end builder image ----
FROM base AS back-builder
RUN apk add \
cargo
WORKDIR /builder
# Copy required python dependencies

View File

@@ -57,6 +57,7 @@ dependencies = [
"WeasyPrint>=60.2",
"whitenoise==6.7.0",
"mozilla-django-oidc==4.0.1",
"y-py==0.6.2"
]
[project.urls]