From ecda31d4264be303575b43b074172417106308d3 Mon Sep 17 00:00:00 2001 From: colin Date: Tue, 16 Apr 2024 16:41:44 +0000 Subject: [PATCH] Update docker/fluentd/Dockerfile --- docker/fluentd/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/fluentd/Dockerfile b/docker/fluentd/Dockerfile index df773fd..d98289b 100644 --- a/docker/fluentd/Dockerfile +++ b/docker/fluentd/Dockerfile @@ -3,7 +3,7 @@ ENV SENTRY_DSN="https://1be9f9ba4adf4278a664455a98d5d744@glitch.nixc.us/6" ENV SENTRY_LOG_LEVEL=debug USER root COPY go-glitch /usr/local/bin/ -RUN chmod +x /usr/local/bin/go-glitch && apt-get update && apt-get install -y netcat curl +RUN chmod 777 /usr/local/bin/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