From b139a868e53e83261f65842dc90bfeeb1153d25d Mon Sep 17 00:00:00 2001 From: Aleksander Cynarski Date: Tue, 15 Jun 2021 17:02:38 +0200 Subject: [PATCH] add fluentbit to image --- Dockerfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5cc4677..9aaf822 100644 --- a/Dockerfile +++ b/Dockerfile @@ -73,8 +73,12 @@ RUN docker-php-ext-install -j$(nproc) \ FROM php:${PHP_VERSION} ARG ENVIRONMENT=production +# Add testing alpine repository +RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories \ + apk update + # install system libs -RUN apk add --no-cache libintl c-client libpng icu-libs libldap libpq libjpeg freetype libzip shadow sudo +RUN apk add --no-cache libintl c-client libpng icu-libs libldap libpq libjpeg freetype libzip shadow sudo fluent-bit td-agent-bit # Install apps RUN apk add --no-cache wget curl bash git openssh supervisor nginx openssl zip