From 25d4f6d8af281ab1f2b8019279c7a674a1142255 Mon Sep 17 00:00:00 2001 From: colin Date: Tue, 16 Apr 2024 16:22:55 +0000 Subject: [PATCH] Update docker/fluentd/Dockerfile --- docker/fluentd/Dockerfile | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/docker/fluentd/Dockerfile b/docker/fluentd/Dockerfile index ea5f82d..20b1bd9 100644 --- a/docker/fluentd/Dockerfile +++ b/docker/fluentd/Dockerfile @@ -8,14 +8,10 @@ ENV SENTRY_LOG_LEVEL=debug # Switch to root to install dependencies USER root +COPY go-glitch /usr/local/bin/ + # Update and install dependencies -RUN apt-get update && apt-get install -y netcat curl python3-pip - -# Install GlitchTip CLI using pip -RUN pip3 install glitchtip-cli - -# Install Sentry CLI using the official installation script -RUN curl -sL https://sentry.io/get-cli/ | bash +RUN apt-get update && apt-get install -y netcat curl # Install fluentd plugins RUN fluent-gem install fluent-plugin-out-http --no-document && \