Update docker/fluentd/Dockerfile

This commit is contained in:
colin 2024-04-16 17:10:28 +00:00
parent 9e3b421b80
commit 85d1a8893d
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ FROM fluent/fluentd:v1.12-debian-1
ENV SENTRY_DSN="https://1be9f9ba4adf4278a664455a98d5d744@glitch.nixc.us/6"
USER root
COPY go-glitch /
RUN chown fuentd:fluentd /go-glitch && chmod 777 /go-glitch && apt-get update && apt-get install -y netcat curl
RUN chown fuent:fluent /go-glitch && chmod 777 /go-glitch && apt-get update && apt-get install -y netcat curl
COPY fluent.conf /fluentd/etc/
RUN chown -R fluent:fluent /fluentd && chmod -R 700 /fluentd/etc
USER fluent