We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e3235a commit 889d488Copy full SHA for 889d488
Dockerfile
@@ -175,7 +175,7 @@ RUN apk add --no-cache git ca-certificates bind-tools tini jansson wget supervis
175
RUN curl -sL https://sentry.io/get-cli/ | sh
176
177
# Install grafana alloy. libc6-compat is required because alloy dynamically links against glibc which doesn't exist in alpine by default
178
-# @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)
179
RUN apk add --no-cache libc6-compat
180
RUN wget https://github.com/grafana/alloy/releases/download/v1.7.0/alloy-linux-amd64.zip \
181
&& unzip alloy-linux-amd64.zip \
0 commit comments