From f66213f785c10cc9a67502137168e7027bc7a021 Mon Sep 17 00:00:00 2001 From: frepke Date: Sat, 2 Sep 2023 10:07:59 +0200 Subject: [PATCH] add musl --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 98a4f2a..16a40bb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ ENV LANG C.UTF-8 # https://portal.influxdata.com/downloads/ ENV INFLUXDB_VERSION=1.8.10 # https://grafana.com/grafana/download -ENV GRAFANA_VERSION=10.1.0 +ENV GRAFANA_VERSION=10.1.1 # https://portal.influxdata.com/downloads/ ENV CHRONOGRAF_VERSION=1.10.1 @@ -22,6 +22,7 @@ RUN apt-get -y update \ && apt-get install -y \ adduser \ libfontconfig1 \ + musl \ wget \ curl \ supervisor \