mirror of
https://github.com/luzifer-docker/grafana.git
synced 2024-12-20 18:11:15 +00:00
Add new dependency for Grafana 10.1.1
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
66fd3e4e4c
commit
48cf0b98e1
1 changed files with 1 additions and 0 deletions
|
@ -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" \
|
||||||
|
|
Loading…
Reference in a new issue