php8 updates

This commit is contained in:
Eric Nemchik 2021-11-27 20:25:26 -06:00
parent 3ced767d8e
commit 71969e561d
3 changed files with 15 additions and 9 deletions

View File

@ -60,8 +60,6 @@ RUN \
php8-imap \ php8-imap \
php8-intl \ php8-intl \
php8-ldap \ php8-ldap \
php8-mcrypt \
php8-memcached \
php8-mysqli \ php8-mysqli \
php8-mysqlnd \ php8-mysqlnd \
php8-opcache \ php8-opcache \
@ -72,6 +70,8 @@ RUN \
php8-pear \ php8-pear \
php8-pecl-apcu \ php8-pecl-apcu \
php8-pecl-mailparse \ php8-pecl-mailparse \
php8-pecl-mcrypt \
php8-pecl-memcached \
php8-pecl-redis \ php8-pecl-redis \
php8-pgsql \ php8-pgsql \
php8-phar \ php8-phar \
@ -83,13 +83,15 @@ RUN \
php8-tokenizer \ php8-tokenizer \
php8-xml \ php8-xml \
php8-xmlreader \ php8-xmlreader \
php8-xmlrpc \
php8-xsl \ php8-xsl \
php8-zip \ php8-zip \
py3-cryptography \ py3-cryptography \
py3-future \ py3-future \
py3-pip \ py3-pip \
whois && \ whois && \
apk add --no-cache \
--repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing \
php8-pecl-xmlrpc && \
echo "**** install certbot plugins ****" && \ echo "**** install certbot plugins ****" && \
if [ -z ${CERTBOT_VERSION+x} ]; then \ if [ -z ${CERTBOT_VERSION+x} ]; then \
CERTBOT="certbot"; \ CERTBOT="certbot"; \

View File

@ -60,8 +60,6 @@ RUN \
php8-imap \ php8-imap \
php8-intl \ php8-intl \
php8-ldap \ php8-ldap \
php8-mcrypt \
php8-memcached \
php8-mysqli \ php8-mysqli \
php8-mysqlnd \ php8-mysqlnd \
php8-opcache \ php8-opcache \
@ -72,6 +70,8 @@ RUN \
php8-pear \ php8-pear \
php8-pecl-apcu \ php8-pecl-apcu \
php8-pecl-mailparse \ php8-pecl-mailparse \
php8-pecl-mcrypt \
php8-pecl-memcached \
php8-pecl-redis \ php8-pecl-redis \
php8-pgsql \ php8-pgsql \
php8-phar \ php8-phar \
@ -83,13 +83,15 @@ RUN \
php8-tokenizer \ php8-tokenizer \
php8-xml \ php8-xml \
php8-xmlreader \ php8-xmlreader \
php8-xmlrpc \
php8-xsl \ php8-xsl \
php8-zip \ php8-zip \
py3-cryptography \ py3-cryptography \
py3-future \ py3-future \
py3-pip \ py3-pip \
whois && \ whois && \
apk add --no-cache \
--repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing \
php8-pecl-xmlrpc && \
echo "**** install certbot plugins ****" && \ echo "**** install certbot plugins ****" && \
if [ -z ${CERTBOT_VERSION+x} ]; then \ if [ -z ${CERTBOT_VERSION+x} ]; then \
CERTBOT="certbot"; \ CERTBOT="certbot"; \

View File

@ -60,8 +60,6 @@ RUN \
php8-imap \ php8-imap \
php8-intl \ php8-intl \
php8-ldap \ php8-ldap \
php8-mcrypt \
php8-memcached \
php8-mysqli \ php8-mysqli \
php8-mysqlnd \ php8-mysqlnd \
php8-opcache \ php8-opcache \
@ -72,6 +70,8 @@ RUN \
php8-pear \ php8-pear \
php8-pecl-apcu \ php8-pecl-apcu \
php8-pecl-mailparse \ php8-pecl-mailparse \
php8-pecl-mcrypt \
php8-pecl-memcached \
php8-pecl-redis \ php8-pecl-redis \
php8-pgsql \ php8-pgsql \
php8-phar \ php8-phar \
@ -83,13 +83,15 @@ RUN \
php8-tokenizer \ php8-tokenizer \
php8-xml \ php8-xml \
php8-xmlreader \ php8-xmlreader \
php8-xmlrpc \
php8-xsl \ php8-xsl \
php8-zip \ php8-zip \
py3-cryptography \ py3-cryptography \
py3-future \ py3-future \
py3-pip \ py3-pip \
whois && \ whois && \
apk add --no-cache \
--repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing \
php8-pecl-xmlrpc && \
echo "**** install certbot plugins ****" && \ echo "**** install certbot plugins ****" && \
if [ -z ${CERTBOT_VERSION+x} ]; then \ if [ -z ${CERTBOT_VERSION+x} ]; then \
CERTBOT="certbot"; \ CERTBOT="certbot"; \