File tree Expand file tree Collapse file tree 1 file changed +9
-24
lines changed
root/etc/s6-overlay/s6-rc.d/init-mod-nextcloud-mediadc-add-package Expand file tree Collapse file tree 1 file changed +9
-24
lines changed Original file line number Diff line number Diff line change @@ -5,32 +5,17 @@ if ! pip list 2> /dev/null | grep -q "pillow-heif" || ! pip list 2> /dev/null |
55 echo "\
66 ffmpeg \
77 imagemagick \
8- supervisor \
9- py3-numpy \
10- py3-pillow \
11- py3-asn1crypto \
12- py3-cffi \
13- py3-scipy \
14- py3-pynacl \
15- py3-cryptography \
16- py3-pip" >> /mod-repo-packages-to-install.list
17- if [ $(arch) = "armv7l" ]; then
18- echo "**** Installing build deps for pillow-heif on arm32v7, compiling pillow_heif may take a long time in the next step ****"
19- echo "\
20- python3-dev \
21- libtool \
22- git \
23- gcc \
24- m4 \
25- perl \
26- alpine-sdk \
27- cmake \
28- aom-dev" >> /mod-repo-packages-to-install.list
29- fi
8+ supervisor" >> /mod-repo-packages-to-install.list
309 echo "\
31- pillow-heif \
10+ asn1crypto \
11+ cryptography \
3212 hexhamming \
33- pywavelets" >> /mod-pip-packages-to-install.list
13+ numpy \
14+ pillow \
15+ pillow-heif \
16+ pynacl \
17+ pywavelets \
18+ scipy" >> /mod-pip-packages-to-install.list
3419else
3520 echo "**** pillow-heif, hexhamming and pywavelets already installed, skipping ****"
3621fi
You can’t perform that action at this time.
0 commit comments