Skip to content
Snippets Groups Projects
Commit 7271754b authored by Rémi - Le Filament's avatar Rémi - Le Filament
Browse files

[FIX] use latest postgresql-client version

parent be684ea2
No related branches found
No related tags found
No related merge requests found
...@@ -35,11 +35,14 @@ RUN set -x; \ ...@@ -35,11 +35,14 @@ RUN set -x; \
git \ git \
gnupg \ gnupg \
openssh-client \ openssh-client \
postgresql-client \
xmlsec1 \ xmlsec1 \
&& echo 'deb http://apt.postgresql.org/pub/repos/apt/ bookworm-pgdg main' >> /etc/apt/sources.list.d/postgresql.list \
&& curl -SL https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - \
&& 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 \ && 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 - \ && echo 'e9f95436298c77cc9406bd4bbd242f4771d0a4b2 wkhtmltox.deb' | sha1sum -c - \
&& apt-get update \
&& apt-get install --yes --no-install-recommends ./wkhtmltox.deb \ && apt-get install --yes --no-install-recommends ./wkhtmltox.deb \
&& apt-get install --yes --no-install-recommends postgresql-client \
&& apt-get -y autoremove \ && apt-get -y autoremove \
&& rm -rf /var/lib/apt/lists/* wkhtmltox.deb && rm -rf /var/lib/apt/lists/* wkhtmltox.deb
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment