Update docker/fluentd/Dockerfile

This commit is contained in:
colin 2024-04-16 14:10:37 +00:00
parent 3b046fc315
commit 42f92b17a4
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
FROM fluent/fluentd:v1.12-debian-1
ENV SENTRY_DSN="https://b4a0501ad2264d5b84054f8222628adc@glitch.nixc.us/5"
ENV SENTRY_LOG_LEVEL=debug
USER root
RUN apt-get update && apt-get install -y netcat curl
RUN curl -sL https://sentry.io/get-cli/ | bash