Skip to content
Extraits de code Groupes Projets
Valider 3c6e1773 rédigé par Rémi - Le Filament's avatar Rémi - Le Filament
Parcourir les fichiers

[FIX] use wkhtmltox from source

parent 075b34a2
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -38,8 +38,11 @@ RUN set -x; \
postgresql-client \
wkhtmltopdf \
xmlsec1 \
&& curl -o wkhtmltox.deb -SL https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6.1-3/wkhtmltox_0.12.6.1-3.bookworm_arm64.deb \
&& echo '77bc06be5e543510140e6728e11b7c22504080d4 wkhtmltox.deb' | sha1sum -c - \
&& apt-get install --yes --no-install-recommends ./wkhtmltox.deb \
&& apt-get -y autoremove \
&& rm -rf /var/lib/apt/lists/*
&& rm -rf /var/lib/apt/lists/* wkhtmltox.deb
COPY --from=builder /svc /svc
RUN pip3 install --no-index --find-links=/svc/wheels --requirement https://raw.githubusercontent.com/oca/OCB/17.0/requirements.txt \
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter