Compare commits

...

2 Commits

Author SHA1 Message Date
e5b31eda07
Add docker deployment
Some checks failed
build docker image / docker-build (push) Has been cancelled
2024-11-05 11:04:53 +02:00
c72e4db225
Add docker deployment 2024-11-05 11:03:49 +02:00

@ -14,9 +14,7 @@ RUN apk add --no-cache \
nginx \ nginx \
supervisor \ supervisor \
curl \ curl \
npm \
nano \ nano \
cmake \
gettext gettext
# Install PHP modules # Install PHP modules
@ -34,22 +32,16 @@ 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 \