We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dirmngr
1 parent ab914df commit 50f732fCopy full SHA for 50f732f
Dockerfile.release
@@ -5,7 +5,7 @@ SHELL ["bash", "-Eeuo", "pipefail", "-xc"]
5
RUN apt-get update; \
6
apt-get install -y --no-install-recommends \
7
file \
8
- gnupg dirmngr \
+ gnupg \
9
wget \
10
; \
11
rm -rf /var/lib/apt/lists/*
0 commit comments