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

Commit

Permalink
Update wheel repo URL
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad committed May 14, 2021
1 parent 36e08ea commit 8872038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN \
apk add -U --upgrade --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/main/ monit && \
pip install --no-cache-dir --upgrade \
wheel && \
pip install --no-cache-dir --upgrade --find-links https://wheel-index.linuxserver.io/alpine-3.13/ apprise && \
pip install --no-cache-dir --upgrade --find-links https://wheel-index.linuxserver.io/alpine/ apprise && \
apk del --purge \
build-dependencies && \
rm -rf \
Expand Down

0 comments on commit 8872038

Please sign in to comment.