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:
parent
415840e3fe
commit
19ac021100
|
|
@ -5,7 +5,7 @@ RUN set -eux; \
|
|||
apt-get update; \
|
||||
apt-get install -y --no-install-recommends \
|
||||
ca-certificates \
|
||||
gnupg dirmngr \
|
||||
gnupg \
|
||||
wget \
|
||||
\
|
||||
gcc \
|
||||
|
|
|
|||
Loading…
Reference in New Issue