Add new dependency for Grafana 10.1.1

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2023-09-02 13:18:41 +02:00
parent 66fd3e4e4c
commit 48cf0b98e1
Signed by: luzifer
GPG Key ID: D91C3E91E4CAD6F5

View File

@ -9,6 +9,7 @@ RUN set -ex \
ca-certificates \ ca-certificates \
curl \ curl \
libfontconfig \ libfontconfig \
musl \
openssl \ openssl \
unzip \ unzip \
&& curl -sSfLo /tmp/grafana.deb "https://dl.grafana.com/oss/release/grafana_${GRAFANA_VERSION}_amd64.deb" \ && curl -sSfLo /tmp/grafana.deb "https://dl.grafana.com/oss/release/grafana_${GRAFANA_VERSION}_amd64.deb" \