summaryrefslogtreecommitdiff
path: root/.docker/app
diff options
context:
space:
mode:
Diffstat (limited to '.docker/app')
-rw-r--r--.docker/app/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.docker/app/Dockerfile b/.docker/app/Dockerfile
index acfc1a9e5..7a87f7ea3 100644
--- a/.docker/app/Dockerfile
+++ b/.docker/app/Dockerfile
@@ -16,7 +16,7 @@ RUN [ ! -z ${ALPINE_MIRROR} ] && \
apk add --no-cache ca-certificates dcron git postgresql-client rsync sudo tzdata \
php${PHP_SUFFIX} \
$(for p in ctype curl dom exif fileinfo fpm gd iconv intl json mbstring opcache \
- openssl pcntl pdo pdo_pgsql pecl-apcu pecl-xdebug phar posix session simplexml sockets tokenizer xml xmlwriter zip; do \
+ openssl pcntl pdo pdo_pgsql pecl-apcu pecl-xdebug phar posix session simplexml sockets sodium tokenizer xml xmlwriter zip; do \
php_pkgs="$php_pkgs php${PHP_SUFFIX}-$p"; \
done; \
echo $php_pkgs) && \