Merge pull request #84 from linuxserver/master-lxml

This commit is contained in:
Roxedus 2021-11-15 16:09:24 +00:00 committed by GitHub
commit 5e2bc570e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View File

@ -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 ****" && \

View File

@ -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.

View File

@ -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." }