mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
remove dependencies / extentions already in php8.3 image
This commit is contained in:
@@ -5,17 +5,12 @@ RUN set -ex; \
|
||||
\
|
||||
apt-get update; \
|
||||
apt-get install -y --no-install-recommends \
|
||||
curl \
|
||||
libxml2-dev \
|
||||
libonig-dev \
|
||||
libzip-dev \
|
||||
cron \
|
||||
; \
|
||||
\
|
||||
docker-php-ext-install -j "$(nproc)" \
|
||||
mysqli \
|
||||
mbstring \
|
||||
xml \
|
||||
zip \
|
||||
; \
|
||||
\
|
||||
|
||||
Reference in New Issue
Block a user