mirror of
https://github.com/iio612/immich-native.git
synced 2026-04-17 12:01:05 +00:00
Add additional packages to install from immich-app/base-images
Signed-off-by: Juhyung Park <qkrwngud825@gmail.com>
This commit is contained in:
28
README.md
28
README.md
@@ -51,7 +51,33 @@ or use [FFmpeg Static Builds](https://johnvansickle.com/ffmpeg) and install it t
|
|||||||
### Other APT packages
|
### Other APT packages
|
||||||
|
|
||||||
``` bash
|
``` 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`.
|
A separate Python's virtualenv will be stored to `/var/lib/immich`.
|
||||||
|
|||||||
Reference in New Issue
Block a user