Skip to content

Commit

Permalink
Add musl
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Sep 14, 2023
1 parent 74151c4 commit 100cc6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion grafana/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ RUN \
\
&& apt-get update \
&& apt-get install -y --no-install-recommends \
libfontconfig1=2.14.1-4 \
fonts-noto-cjk=1:20220127+repack1-1 \
libfontconfig1=2.14.1-4 \
memcached=1.6.18-1 \
musl=1.2.3-1 \
nginx=1.22.1-9 \
\
&& dpkg --install /tmp/grafana.deb \
Expand Down

0 comments on commit 100cc6e

Please sign in to comment.