Skip to content

Commit

Permalink
[v10.1.x] Docker: Add musl as a ubuntu dependency (#74133)
Browse files Browse the repository at this point in the history
Docker: Add musl as a ubuntu dependency (#74127)

Add musl as a ubuntu dependency

(cherry picked from commit 364ca3d)

Co-authored-by: Kevin Minehart <kmineh0151@gmail.com>
  • Loading branch information
grafana-delivery-bot[bot] and kminehart authored Aug 30, 2023
1 parent 473f180 commit 2396cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ RUN if grep -i -q alpine /etc/issue; then \
elif grep -i -q ubuntu /etc/issue; then \
DEBIAN_FRONTEND=noninteractive && \
apt-get update && \
apt-get install -y ca-certificates curl tzdata && \
apt-get install -y ca-certificates curl tzdata musl && \
apt-get autoremove -y && \
rm -rf /var/lib/apt/lists/*; \
else \
Expand Down

0 comments on commit 2396cab

Please sign in to comment.