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.
1 parent 33a13f7 commit fad4c06Copy full SHA for fad4c06
chronograf/1.7/Dockerfile
@@ -3,7 +3,7 @@ FROM debian:bullseye-slim
3
RUN set -ex && \
4
mkdir ~/.gnupg; \
5
echo "disable-ipv6" >> ~/.gnupg/dirmngr.conf; \
6
- apt-get update && apt-get install -y gpg dirmngr --no-install-recommends && \
+ apt-get update && apt-get install -y gnupg dirmngr --no-install-recommends && \
7
rm -rf /var/lib/apt/lists/* && \
8
for key in \
9
05CE15085FC09D18E99EFB22684A14CF2582E0C5 ; \
0 commit comments