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

[UPD] get wkhtmltox from source iso package manager

parent 0c668b5b
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -36,10 +36,12 @@ RUN set -x; \ ...@@ -36,10 +36,12 @@ RUN set -x; \
gnupg \ gnupg \
openssh-client \ openssh-client \
postgresql-client \ postgresql-client \
wkhtmltopdf \
xmlsec1 \ 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_amd64.deb \
&& echo 'e9f95436298c77cc9406bd4bbd242f4771d0a4b2 wkhtmltox.deb' | sha1sum -c - \
&& apt-get install --yes --no-install-recommends ./wkhtmltox.deb \
&& apt-get -y autoremove \ && apt-get -y autoremove \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/* wkhtmltox.deb
COPY --from=builder /svc /svc COPY --from=builder /svc /svc
RUN pip3 install --no-index --find-links=/svc/wheels --requirement https://raw.githubusercontent.com/oca/OCB/18.0/requirements.txt \ RUN pip3 install --no-index --find-links=/svc/wheels --requirement https://raw.githubusercontent.com/oca/OCB/18.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