Install pecl-mcrypt from edge

This commit is contained in:
Eric Nemchik 2023-01-20 22:53:22 -06:00
parent 3539bd10f0
commit c7d1a46026
3 changed files with 6 additions and 9 deletions

View File

@ -68,7 +68,6 @@ RUN \
php81-pear \
php81-pecl-apcu \
php81-pecl-mailparse \
php81-pecl-mcrypt \
php81-pecl-memcached \
php81-pecl-redis \
php81-pgsql \
@ -83,8 +82,8 @@ RUN \
php81-xsl \
php81-zip \
whois && \
apk add --no-cache \
--repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing \
apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing \
php81-pecl-mcrypt && \
php81-pecl-xmlrpc && \
echo "**** install certbot plugins ****" && \
if [ -z ${CERTBOT_VERSION+x} ]; then \

View File

@ -68,7 +68,6 @@ RUN \
php81-pear \
php81-pecl-apcu \
php81-pecl-mailparse \
php81-pecl-mcrypt \
php81-pecl-memcached \
php81-pecl-redis \
php81-pgsql \
@ -83,8 +82,8 @@ RUN \
php81-xsl \
php81-zip \
whois && \
apk add --no-cache \
--repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing \
apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing \
php81-pecl-mcrypt && \
php81-pecl-xmlrpc && \
echo "**** install certbot plugins ****" && \
if [ -z ${CERTBOT_VERSION+x} ]; then \

View File

@ -68,7 +68,6 @@ RUN \
php81-pear \
php81-pecl-apcu \
php81-pecl-mailparse \
php81-pecl-mcrypt \
php81-pecl-memcached \
php81-pecl-redis \
php81-pgsql \
@ -83,8 +82,8 @@ RUN \
php81-xsl \
php81-zip \
whois && \
apk add --no-cache \
--repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing \
apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing \
php81-pecl-mcrypt && \
php81-pecl-xmlrpc && \
echo "**** install certbot plugins ****" && \
if [ -z ${CERTBOT_VERSION+x} ]; then \