diff --git a/README.md b/README.md index 5a6afe8..13b4901 100644 --- a/README.md +++ b/README.md @@ -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`.