Add additional packages to install from immich-app/base-images

Signed-off-by: Juhyung Park <qkrwngud825@gmail.com>
This commit is contained in:
Juhyung Park
2024-06-12 14:17:46 +09:00
parent b872b4d84e
commit 3a7a60471d

View File

@@ -51,7 +51,33 @@ or use [FFmpeg Static Builds](https://johnvansickle.com/ffmpeg) and install it t
### Other APT packages
``` bash
sudo apt install python3-venv python3-dev uuid-runtime
sudo apt install --no-install-recommends \
python3-venv \
python3-dev \
uuid-runtime \
autoconf \
build-essential \
jq \
perl \
libnet-ssleay-perl \
libio-socket-ssl-perl \
libcapture-tiny-perl \
libfile-which-perl \
libfile-chdir-perl \
libpkgconfig-perl \
libffi-checklib-perl \
libtest-warnings-perl \
libtest-fatal-perl \
libtest-needs-perl \
libtest2-suite-perl \
libsort-versions-perl \
libpath-tiny-perl \
libtry-tiny-perl \
libterm-table-perl \
libany-uri-escape-perl \
libmojolicious-perl \
libfile-slurper-perl \
liblcms2-2
```
A separate Python's virtualenv will be stored to `/var/lib/immich`.