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.
2 parents ab914df + 50f732f commit 9b8e397Copy full SHA for 9b8e397
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