From 889d488d6e3b0383c6b5e7221e57a3ca8e11d46b Mon Sep 17 00:00:00 2001 From: bkellam Date: Wed, 26 Mar 2025 16:28:33 -0700 Subject: [PATCH] fix typo --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \