diff --git a/Dockerfile b/Dockerfile index 530535d109f..bcb871c52ce 100644 --- a/Dockerfile +++ b/Dockerfile @@ -99,7 +99,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 \