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

This commit is contained in:
Aleksander Cynarski 2021-07-03 13:05:35 +02:00
parent 477e7da892
commit 4ef06d31c2
Signed by: paramah
GPG Key ID: C4340BA42B9C173A

View File

@ -51,8 +51,10 @@ ARG ENVIRONMENT=production
# apk update
# install system libs
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
RUN apk update && apk add --no-cache libintl c-client libpng icu-libs libldap libpq libjpeg freetype libzip shadow sudo wget bash git openssh supervisor nginx openssl zip
# update curl (CVE-2021-22901)
RUN apk del curl && apk add curl
ENV DIR /var/www
ENV DOCKERIZE_VERSION v0.6.1