curl
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Aleksander Cynarski 2021-07-03 12:27:29 +02:00
parent df352c58b9
commit 477e7da892
Signed by: paramah
GPG Key ID: C4340BA42B9C173A

View File

@ -51,11 +51,7 @@ ARG ENVIRONMENT=production
# apk update # apk update
# install system libs # install system libs
RUN apk add --no-cache libintl c-client libpng icu-libs libldap libpq libjpeg freetype libzip shadow sudo 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
# fluent-bit td-agent-bit
# Install appstall PHP modules"
RUN apk add --no-cache wget curl bash git openssh supervisor nginx openssl zip
ENV DIR /var/www ENV DIR /var/www