diff --git a/Dockerfile b/Dockerfile index 4dfa1f64..469724e2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -175,7 +175,7 @@ RUN apk add --no-cache git ca-certificates bind-tools tini jansson wget supervis RUN curl -sL https://sentry.io/get-cli/ | sh # Install grafana alloy. libc6-compat is required because alloy dynamically links against glibc which doesn't exist in alpine by default -# @nochekin: figure out how to handle this for self hosted case (especially the config) +# @nocheckin: figure out how to handle this for self hosted case (especially the config) RUN apk add --no-cache libc6-compat RUN wget https://github.com/grafana/alloy/releases/download/v1.7.0/alloy-linux-amd64.zip \ && unzip alloy-linux-amd64.zip \