mirror of
https://github.com/linuxserver/docker-bazarr.git
synced 2026-02-20 01:02:49 +08:00
Merge pull request #84 from linuxserver/master-lxml
This commit is contained in:
commit
5e2bc570e3
@ -48,6 +48,7 @@ RUN \
|
||||
echo "UpdateMethod=docker\nBranch=master\nPackageVersion=${VERSION}\nPackageAuthor=[linuxserver.io](https://linuxserver.io)" > /app/bazarr/package_info && \
|
||||
echo "**** Install requirements ****" && \
|
||||
pip3 install -U --no-cache-dir pip && \
|
||||
pip install lxml --no-binary :all: && \
|
||||
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine/ -r \
|
||||
/app/bazarr/bin/requirements.txt && \
|
||||
echo "**** clean up ****" && \
|
||||
|
||||
@ -236,6 +236,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
||||
|
||||
## Versions
|
||||
|
||||
* **15.15.21:** - Temp fix for lxml, compile from scratch to avoid broken official wheel.
|
||||
* **25.10.21:** - Rebase to alpine 3.14. Fix numpy wheel.
|
||||
* **22.10.21:** - Added openblas package to prevent numpy error.
|
||||
* **16.05.21:** - Use wheel index.
|
||||
|
||||
@ -45,6 +45,7 @@ app_setup_block: |
|
||||
|
||||
# changelog
|
||||
changelogs:
|
||||
- { date: "15.15.21:", desc: "Temp fix for lxml, compile from scratch to avoid broken official wheel." }
|
||||
- { date: "25.10.21:", desc: "Rebase to alpine 3.14. Fix numpy wheel." }
|
||||
- { date: "22.10.21:", desc: "Added openblas package to prevent numpy error." }
|
||||
- { date: "16.05.21:", desc: "Use wheel index." }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user