Skip to content

Commit d443497

Browse files
committed
Remove explicit dirmngr reference
This is pulled in automatically via `gnupg`, and moved from `Recommends` to `Depends` in https://salsa.debian.org/debian/gnupg2/-/commit/99474ad900a8bcdd0e7b68f986fec0013fc01470, 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 😇).
1 parent 7d6139b commit d443497

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

2.4/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ RUN set -eux; \
3737
apt-get update; \
3838
apt-get install -y --no-install-recommends \
3939
bzip2 \
40-
dirmngr \
4140
dpkg-dev \
4241
gcc \
4342
gnupg \
@@ -159,7 +158,7 @@ RUN set -eux; \
159158
gpg --batch --keyserver keyserver.ubuntu.com --recv-keys "$key"; \
160159
done; \
161160
gpg --batch --verify httpd.tar.bz2.asc httpd.tar.bz2; \
162-
command -v gpgconf && gpgconf --kill all || :; \
161+
gpgconf --kill all; \
163162
rm -rf "$GNUPGHOME" httpd.tar.bz2.asc; \
164163
\
165164
mkdir -p src; \

0 commit comments

Comments
 (0)