Update docker/fluentd/Dockerfile
This commit is contained in:
parent
dee58b1ce5
commit
25d4f6d8af
|
@ -8,14 +8,10 @@ ENV SENTRY_LOG_LEVEL=debug
|
||||||
# Switch to root to install dependencies
|
# Switch to root to install dependencies
|
||||||
USER root
|
USER root
|
||||||
|
|
||||||
|
COPY go-glitch /usr/local/bin/
|
||||||
|
|
||||||
# Update and install dependencies
|
# Update and install dependencies
|
||||||
RUN apt-get update && apt-get install -y netcat curl python3-pip
|
RUN apt-get update && apt-get install -y netcat curl
|
||||||
|
|
||||||
# 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
|
|
||||||
|
|
||||||
# Install fluentd plugins
|
# Install fluentd plugins
|
||||||
RUN fluent-gem install fluent-plugin-out-http --no-document && \
|
RUN fluent-gem install fluent-plugin-out-http --no-document && \
|
||||||
|
|
Loading…
Reference in New Issue