Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
add musl
Browse files Browse the repository at this point in the history
  • Loading branch information
frepke committed Sep 2, 2023
1 parent 05867bc commit f66213f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -22,6 +22,7 @@ RUN apt-get -y update \
&& apt-get install -y \
adduser \
libfontconfig1 \
musl \
wget \
curl \
supervisor \
Expand Down

0 comments on commit f66213f

Please sign in to comment.