Add docker deployment

This commit is contained in:
Illya Marchenko 2024-11-05 11:03:49 +02:00
parent 25d043da6b
commit c72e4db225
Signed by: stuzer05
GPG Key ID: A6ABAAA9268F9F4F

@ -34,22 +34,16 @@ 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 \