Adding the missing gnupg2 package

pull/1/head
Carlos Gomes 2020-01-25 01:08:46 +01:00
rodzic 759caaade1
commit 2b0e770dc5
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 9D55F38FCFBCA928
1 zmienionych plików z 2 dodań i 5 usunięć

Wyświetl plik

@ -1,9 +1,9 @@
FROM php:7
MAINTAINER Carlos A. Gomes <carlos.algms@gmail.com>
RUN \
apt-get update \
RUN apt-get update \
&& apt-get install --no-install-recommends --no-install-suggests -y \
gnupg2 \
apt-transport-https \
&& curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - \
&& echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list \
@ -16,8 +16,6 @@ RUN \
rsync \
git \
yarn \
# Slim down image
&& apt-get clean \
&& rm -rf \
@ -26,7 +24,6 @@ RUN \
/var/tmp/* \
/usr/share/man/?? \
/usr/share/man/??_* \
# Install composer
&& curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \
# Show versions