We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c22f4c4 commit 76ce047Copy full SHA for 76ce047
root/etc/s6-overlay/s6-rc.d/init-mod-nextcloud-mediadc-add-package/run
@@ -4,7 +4,9 @@ if ! pip list 2> /dev/null | grep -q "pillow-heif" || ! pip list 2> /dev/null |
4
echo "**** Adding pillow-heif, hexhamming, pywavelets and their deps to package install lists ****"
5
echo "\
6
ffmpeg \
7
+ g++ \
8
imagemagick \
9
+ python3-dev \
10
supervisor" >> /mod-repo-packages-to-install.list
11
if [ $(arch) = "x86_64" ]; then
12
echo "scipy" >> /mod-pip-packages-to-install.list
0 commit comments