Compare commits

..

No commits in common. "e5b31eda07fcdec590be45954bb9572ddf00abef" and "25d043da6beced10c6dea212af0f5d3359068b82" have entirely different histories.

@ -14,7 +14,9 @@ RUN apk add --no-cache \
nginx \
supervisor \
curl \
npm \
nano \
cmake \
gettext
# Install PHP modules
@ -32,16 +34,22 @@ RUN apk add --no-cache --virtual .build-deps \
postgresql-dev \
sqlite-dev \
libzip \
freetype \
libpng \
libjpeg-turbo \
libwebp \
bzip2 \
libxslt \
oniguruma \
sqlite-libs \
&& docker-php-ext-configure gd --with-freetype --with-jpeg --with-webp \
&& docker-php-ext-install -j$(nproc) \
mbstring \
xml \
dom \
zip \
intl \
gd \
curl \
calendar \
pdo_sqlite \