rawpy-0.27 broke installing from github-tarball

This commit is contained in:
ed 2026-05-07 17:34:29 +00:00
parent da6e2ddca9
commit b009c585a6
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@ RUN apk add -U !pyc \
libraw-dev py3-numpy-dev cython \ libraw-dev py3-numpy-dev cython \
&& rm -f /usr/lib/python3*/EXTERNALLY-MANAGED \ && rm -f /usr/lib/python3*/EXTERNALLY-MANAGED \
&& python3 -m pip install pyvips \ && python3 -m pip install pyvips \
&& python3 -m pip install "$(wget -O- https://api.github.com/repos/letmaik/rawpy/releases/latest | awk -F\" '$2=="tarball_url"{print$4}')" \ && python3 -m pip install --no-binary rawpy rawpy \
&& bash install-deps.sh \ && bash install-deps.sh \
&& apk del py3-pip .bd \ && apk del py3-pip .bd \
&& chmod 777 /root \ && chmod 777 /root \

View file

@ -21,7 +21,7 @@ RUN apk add -U !pyc \
libraw-dev py3-numpy-dev cython \ libraw-dev py3-numpy-dev cython \
&& rm -f /usr/lib/python3*/EXTERNALLY-MANAGED \ && rm -f /usr/lib/python3*/EXTERNALLY-MANAGED \
&& python3 -m pip install pyvips \ && python3 -m pip install pyvips \
&& python3 -m pip install "$(wget -O- https://api.github.com/repos/letmaik/rawpy/releases/latest | awk -F\" '$2=="tarball_url"{print$4}')" \ && python3 -m pip install --no-binary rawpy rawpy \
&& apk del py3-pip .bd && apk del py3-pip .bd
COPY i innvikler.sh ./ COPY i innvikler.sh ./