diff options
| -rw-r--r-- | .docker/app/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.docker/app/Dockerfile b/.docker/app/Dockerfile index 5934ed416..acfc1a9e5 100644 --- a/.docker/app/Dockerfile +++ b/.docker/app/Dockerfile @@ -13,7 +13,7 @@ ENV PHP_SUFFIX=84 RUN [ ! -z ${ALPINE_MIRROR} ] && \ sed -i.bak "s#dl-cdn.alpinelinux.org#${ALPINE_MIRROR}#" /etc/apk/repositories ; \ - apk add --no-cache dcron git postgresql-client rsync sudo tzdata \ + 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 \ |