Merge pull request #171 from infosiftr/dirmngr

Remove explicit `dirmngr` reference
This commit is contained in:
yosifkit 2023-04-28 16:38:39 -07:00 committed by GitHub
commit 50e34be1d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View File

@ -23,7 +23,7 @@ RUN set -eux; \
bzip2 \
curl \
gcc \
gnupg dirmngr \
gnupg \
make \
patch \
; \

View File

@ -12,7 +12,7 @@ RUN set -eux; \
bzip2 \
curl \
gcc \
gnupg dirmngr \
gnupg \
make \
patch \
; \

View File

@ -12,7 +12,7 @@ RUN set -eux; \
bzip2 \
curl \
gcc \
gnupg dirmngr \
gnupg \
make \
patch \
; \

View File

@ -12,7 +12,7 @@ RUN set -eux; \
bzip2 \
curl \
gcc \
gnupg dirmngr \
gnupg \
make \
patch \
; \

View File

@ -12,7 +12,7 @@ RUN set -eux; \
bzip2 \
curl \
gcc \
gnupg dirmngr \
gnupg \
make \
patch \
; \