mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-18 10:28:17 +01:00
pikepdf
This commit is contained in:
11
paperless_ng/rootfs/etc/cont-init.d/91-pikepdf.sh
Normal file
11
paperless_ng/rootfs/etc/cont-init.d/91-pikepdf.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "Installing pikepdf..."
|
||||
apt-get install libxml2-dev libxslt-dev python-dev
|
||||
|
||||
apt-get install libjpeg-dev zlib1g-dev
|
||||
|
||||
apt-get install python3-dev build-essential -y && \
|
||||
pip install pikepdf==2.16.1 --force-reinstall
|
||||
|
||||
echo "... success!"
|
||||
Reference in New Issue
Block a user