Skip to content
This repository has been archived by the owner on Mar 21, 2022. It is now read-only.

Commit

Permalink
Switch to lsio endpoint for wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad committed May 13, 2021
1 parent cff54a2 commit 775cc92
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,9 @@ RUN \
python3 \
py3-pip && \
apk add -U --upgrade --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/main/ monit && \
mkdir -p /tmp/wheels && \
curl -s -o \
/tmp/cryptography.tar.gz -L \
"https://github.com/TheSpad/docker-monit/raw/main/wheels/cryptography.tar.gz" && \
tar xf \
/tmp/cryptography.tar.gz -C \
/tmp/wheels/ --strip-components=1 && \
pip install --no-cache-dir --upgrade \
wheel && \
pip install --no-cache-dir --upgrade --find-links=/tmp/wheels apprise && \
pip install --no-cache-dir --upgrade --find-links https://wheel-index.linuxserver.io/alpine-3.13/ apprise && \
apk del --purge \
build-dependencies && \
rm -rf \
Expand Down
Binary file removed wheels/cryptography.tar.gz
Binary file not shown.

0 comments on commit 775cc92

Please sign in to comment.