From 477e7da892679243c651e3992a951fec2f612bf8 Mon Sep 17 00:00:00 2001 From: Aleksander Cynarski Date: Sat, 3 Jul 2021 12:27:29 +0200 Subject: [PATCH] curl --- Dockerfile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 286f928..83843b1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -51,11 +51,7 @@ ARG ENVIRONMENT=production # apk update # install system libs -RUN apk add --no-cache libintl c-client libpng icu-libs libldap libpq libjpeg freetype libzip shadow sudo -# fluent-bit td-agent-bit - -# Install appstall PHP modules" -RUN apk add --no-cache wget curl bash git openssh supervisor nginx openssl zip +RUN apk update && apk add --no-cache libintl c-client libpng icu-libs libldap libpq libjpeg freetype libzip shadow sudo wget curl bash git openssh supervisor nginx openssl zip ENV DIR /var/www