From 99836c2611f27bb2a2561dcce3a78948c88c6538 Mon Sep 17 00:00:00 2001 From: remi-filament <30716308+remi-filament@users.noreply.github.com> Date: Tue, 25 May 2021 16:53:23 +0200 Subject: [PATCH] Add gnupg in same apt command as other pkg --- 14.0.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/14.0.Dockerfile b/14.0.Dockerfile index 635f657..71019db 100644 --- a/14.0.Dockerfile +++ b/14.0.Dockerfile @@ -11,9 +11,9 @@ RUN set -x; \ apt-get install -y --no-install-recommends \ curl \ git \ + gnupg \ npm \ openssh-client &&\ - apt-get install -y --no-install-recommends gnupg &&\ echo 'deb http://apt.postgresql.org/pub/repos/apt/ buster-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/wkhtmltopdf/releases/download/0.12.5/wkhtmltox_0.12.5-1.buster_amd64.deb &&\ -- GitLab