Skip to content
Extraits de code Groupes Projets
Valider 99836c26 rédigé par remi-filament's avatar remi-filament
Parcourir les fichiers

Add gnupg in same apt command as other pkg

parent d9618f00
Branches
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -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 &&\
......
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