fix wheel repo address

This commit is contained in:
aptalca 2022-08-31 14:37:11 -04:00
parent ea2d9b30eb
commit b2e05fe4de
3 changed files with 6 additions and 6 deletions

View File

@ -99,8 +99,8 @@ RUN \
CERTBOT="certbot==${CERTBOT_VERSION}"; \
fi && \
pip3 install -U \
pip && \
pip3 install -U --find-links https://wheel-index.linuxserver.io/alpine/ \
pip wheel && \
pip install -U --find-links https://wheel-index.linuxserver.io/alpine-3.15/ \
${CERTBOT} \
certbot-dns-aliyun \
certbot-dns-azure \

View File

@ -99,8 +99,8 @@ RUN \
CERTBOT="certbot==${CERTBOT_VERSION}"; \
fi && \
pip3 install -U \
pip && \
pip3 install -U --find-links https://wheel-index.linuxserver.io/alpine/ \
pip wheel && \
pip install -U --find-links https://wheel-index.linuxserver.io/alpine-3.15/ \
${CERTBOT} \
certbot-dns-aliyun \
certbot-dns-azure \

View File

@ -99,8 +99,8 @@ RUN \
CERTBOT="certbot==${CERTBOT_VERSION}"; \
fi && \
pip3 install -U \
pip && \
pip3 install -U --find-links https://wheel-index.linuxserver.io/alpine/ \
pip wheel && \
pip install -U --find-links https://wheel-index.linuxserver.io/alpine-3.15/ \
${CERTBOT} \
certbot-dns-aliyun \
certbot-dns-azure \