mirror of
https://github.com/9001/copyparty.git
synced 2026-06-18 20:22:27 -06:00
rawpy-0.27 broke installing from github-tarball
This commit is contained in:
parent
da6e2ddca9
commit
b009c585a6
|
|
@ -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 \
|
||||||
|
|
|
||||||
|
|
@ -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 ./
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue