Compare commits

..

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

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