diff --git a/Dockerfile b/Dockerfile index 704d070369b..56c5a65e11c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -100,7 +100,7 @@ WORKDIR $GF_PATHS_HOME # Install dependencies RUN if grep -i -q alpine /etc/issue; then \ - apk add --no-cache ca-certificates bash tzdata musl-utils && \ + apk add --no-cache ca-certificates bash curl tzdata musl-utils && \ apk info -vv | sort; \ elif grep -i -q ubuntu /etc/issue; then \ DEBIAN_FRONTEND=noninteractive && \