mirror of
https://github.com/linuxserver/docker-swag.git
synced 2025-06-17 03:09:21 -04:00
Install pecl-mcrypt from edge (fix syntax)
This commit is contained in:
parent
c7d1a46026
commit
1771853341
3 changed files with 3 additions and 3 deletions
|
@ -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 \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue