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
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user