Remove explicit `dirmngr` reference

This is pulled in automatically via `gnupg`, and moved from `Recommends` to `Depends` in 99474ad900, which has been part of `src:gnupg2` since 2.1.21-4 (and every supported version of both Debian _and_ Ubuntu have 2.2.x 😇).
This commit is contained in:
Tianon Gravi 2023-04-28 15:10:09 -07:00
parent 7d6139b45f
commit d443497257
1 changed files with 1 additions and 2 deletions

View File

@ -37,7 +37,6 @@ RUN set -eux; \
apt-get update; \
apt-get install -y --no-install-recommends \
bzip2 \
dirmngr \
dpkg-dev \
gcc \
gnupg \
@ -159,7 +158,7 @@ RUN set -eux; \
gpg --batch --keyserver keyserver.ubuntu.com --recv-keys "$key"; \
done; \
gpg --batch --verify httpd.tar.bz2.asc httpd.tar.bz2; \
command -v gpgconf && gpgconf --kill all || :; \
gpgconf --kill all; \
rm -rf "$GNUPGHOME" httpd.tar.bz2.asc; \
\
mkdir -p src; \