Skip to content
Snippets Groups Projects
Commit 385e3314 authored by ale's avatar ale
Browse files

Update Grafana GPG kye

parent 73eacc0c
No related branches found
No related tags found
No related merge requests found
Pipeline #49341 passed
FROM debian:stable-slim
COPY grafana.gpg /etc/apt/trusted.gpg.d/
COPY grafana.gpg /usr/share/keyrings/grafana.gpg
COPY build.sh /tmp/build.sh
RUN /tmp/build.sh && rm /tmp/build.sh
......
......@@ -30,7 +30,7 @@ apt-get update
install_packages ${BUILD_PACKAGES}
# Install the Grafana repository.
echo "deb https://packages.grafana.com/oss/deb stable main" \
echo "deb [signed-by=/usr/share/keyrings/grafana.gpg] https://packages.grafana.com/oss/deb stable main" \
> /etc/apt/sources.list.d/grafana.list
apt-get -q update
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment