zstd
All checks were successful
Publish Docker image / docker (push) Successful in 2m35s

This commit is contained in:
2024-09-04 15:55:43 +02:00
parent 79aa9fe8af
commit bb7e931d7b

View File

@@ -12,6 +12,7 @@ RUN apt-get update && \
libwebp-dev \
libxml2-dev \
libzip-dev \
libzstd-dev \
&& \
rm -rf /var/lib/apt/lists/*
@@ -32,3 +33,5 @@ RUN docker-php-ext-install -j$(nproc) \
opcache \
xml \
zip
RUN printf \n | pecl install zstd && docker-php-ext-enable zstd