Skip to content

Commit

Permalink
Added sodium PHP extension, sort php dependencies in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
erseco committed Feb 14, 2024
1 parent b7e8ba3 commit 9565371
Showing 1 changed file with 17 additions and 16 deletions.
33 changes: 17 additions & 16 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,30 +7,31 @@ LABEL Maintainer="Ernesto Serrano <[email protected]>" \
# Install packages
RUN apk --no-cache add \
php82 \
php82-ctype \
php82-curl \
php82-dom \
php82-fileinfo \
php82-fpm \
php82-gd \
php82-iconv \
php82-intl \
php82-json \
php82-mbstring \
php82-mysqli \
php82-opcache \
php82-openssl \
php82-pecl-apcu \
php82-mysqli \
php82-pgsql \
php82-json \
php82-openssl \
php82-curl \
php82-zlib \
php82-soap \
php82-xml \
php82-fileinfo \
php82-phar \
php82-intl \
php82-dom \
php82-xmlreader \
php82-ctype \
php82-session \
php82-iconv \
php82-simplexml \
php82-soap \
php82-sodium \
php82-tokenizer \
php82-xml \
php82-xmlreader \
php82-zip \
php82-simplexml \
php82-mbstring \
php82-gd \
php82-zlib \
nginx \
runit \
curl \
Expand Down

0 comments on commit 9565371

Please sign in to comment.