diff options
| author | wn_ <invalid@email.com> | 2024-12-09 19:29:19 +0000 |
|---|---|---|
| committer | wn_ <invalid@email.com> | 2024-12-09 19:29:22 +0000 |
| commit | 3860435cba19cf2cd9c86dcc5d8938198c6b6736 (patch) | |
| tree | b6a4379f58043f0c12fed7001d1e0d63bbff2e81 | |
| parent | 65bb11077093ef62dc7557c3bf1da41684fb2fa7 (diff) | |
Add the 'ca-certificates' package to provide 'update-ca-certificates'.
By default only the 'ca-certificates-bundle' package is installed.
* https://pkgs.alpinelinux.org/contents?file=&path=&name=ca-certificates&branch=v3.21&repo=main&arch=x86_64
* https://pkgs.alpinelinux.org/contents?file=&path=&name=ca-certificates-bundle&branch=v3.21&repo=main&arch=x86_64
| -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 \ |