Update docker/fluentd/Dockerfile
This commit is contained in:
parent
3b046fc315
commit
42f92b17a4
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
FROM fluent/fluentd:v1.12-debian-1
|
FROM fluent/fluentd:v1.12-debian-1
|
||||||
ENV SENTRY_DSN="https://b4a0501ad2264d5b84054f8222628adc@glitch.nixc.us/5"
|
ENV SENTRY_DSN="https://b4a0501ad2264d5b84054f8222628adc@glitch.nixc.us/5"
|
||||||
|
ENV SENTRY_LOG_LEVEL=debug
|
||||||
USER root
|
USER root
|
||||||
RUN apt-get update && apt-get install -y netcat curl
|
RUN apt-get update && apt-get install -y netcat curl
|
||||||
RUN curl -sL https://sentry.io/get-cli/ | bash
|
RUN curl -sL https://sentry.io/get-cli/ | bash
|
||||||
|
|
Loading…
Reference in New Issue