mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-12 12:25:22 +00:00
fix typo
This commit is contained in:
parent
8e3235a56d
commit
889d488d6e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
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
|
# 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 apk add --no-cache libc6-compat
|
||||||
RUN wget https://github.com/grafana/alloy/releases/download/v1.7.0/alloy-linux-amd64.zip \
|
RUN wget https://github.com/grafana/alloy/releases/download/v1.7.0/alloy-linux-amd64.zip \
|
||||||
&& unzip alloy-linux-amd64.zip \
|
&& unzip alloy-linux-amd64.zip \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue