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 \
supervisor \
curl \
npm \
nano \
cmake \
gettext
# Install PHP modules
@ -34,22 +32,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 \