new gd compile, fix project_setup override
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2021-10-10 14:58:05 +02:00
parent 20356998e3
commit a55353fbc8
4 changed files with 61 additions and 59 deletions

View File

@ -50,7 +50,7 @@ ARG ENVIRONMENT=production
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 wget bash git openssh supervisor nginx openssl zip fluent-bit \
RUN apk add --no-cache libintl c-client libpng icu-libs libldap libpq libjpeg libwebp freetype libzip shadow sudo wget bash git openssh supervisor nginx openssl zip fluent-bit \
&& apk --no-cache upgrade && rm -rf /var/cache/apk/*
ENV DIR /var/www