Dockerfile: it's gnupg not gpg on 16.04

This commit is contained in:
Dawid Dziurla 2022-04-25 07:59:51 +02:00 committed by GitHub
parent 6797cd3dcb
commit 1d04f44272
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ ARG DEBIAN_FRONTEND=noninteractive
# hadolint ignore=DL3008
RUN apt-get update \
&& apt-get install -y --no-install-recommends software-properties-common gpg-agent \
&& apt-get install -y --no-install-recommends software-properties-common gnupg-agent \
&& add-apt-repository -y ppa:git-core/ppa \
&& apt-get update \
&& apt-get install -y --no-install-recommends \