Skip to content

Commit 50f732f

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 ab914df commit 50f732f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ SHELL ["bash", "-Eeuo", "pipefail", "-xc"]
55
RUN apt-get update; \
66
apt-get install -y --no-install-recommends \
77
file \
8-
gnupg dirmngr \
8+
gnupg \
99
wget \
1010
; \
1111
rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)