mirror of
https://github.com/linuxserver/docker-swag.git
synced 2025-11-01 13:37:44 +09:00
Install pecl-mcrypt from edge (fix syntax)
This commit is contained in:
@@ -83,7 +83,7 @@ RUN \
|
|||||||
php81-zip \
|
php81-zip \
|
||||||
whois && \
|
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-mcrypt \
|
||||||
php81-pecl-xmlrpc && \
|
php81-pecl-xmlrpc && \
|
||||||
echo "**** install certbot plugins ****" && \
|
echo "**** install certbot plugins ****" && \
|
||||||
if [ -z ${CERTBOT_VERSION+x} ]; then \
|
if [ -z ${CERTBOT_VERSION+x} ]; then \
|
||||||
|
|||||||
@@ -83,7 +83,7 @@ RUN \
|
|||||||
php81-zip \
|
php81-zip \
|
||||||
whois && \
|
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-mcrypt \
|
||||||
php81-pecl-xmlrpc && \
|
php81-pecl-xmlrpc && \
|
||||||
echo "**** install certbot plugins ****" && \
|
echo "**** install certbot plugins ****" && \
|
||||||
if [ -z ${CERTBOT_VERSION+x} ]; then \
|
if [ -z ${CERTBOT_VERSION+x} ]; then \
|
||||||
|
|||||||
@@ -83,7 +83,7 @@ RUN \
|
|||||||
php81-zip \
|
php81-zip \
|
||||||
whois && \
|
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-mcrypt \
|
||||||
php81-pecl-xmlrpc && \
|
php81-pecl-xmlrpc && \
|
||||||
echo "**** install certbot plugins ****" && \
|
echo "**** install certbot plugins ****" && \
|
||||||
if [ -z ${CERTBOT_VERSION+x} ]; then \
|
if [ -z ${CERTBOT_VERSION+x} ]; then \
|
||||||
|
|||||||
Reference in New Issue
Block a user