This commit is contained in:
Rahul Rao 2023-10-06 09:41:09 +02:00 committed by GitHub
commit c60d97f292
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ $ sudo apt upgrade
Next, a few core packages need to be installed, these are mostly various helpers for installing PhotoPrism:
```shell
$ sudo apt install -y gcc g++ git gnupg make zip unzip ffmpeg
$ sudo apt install -y gcc g++ git gnupg make zip unzip ffmpeg libheif-examples
```
> **Note:** If running in an environment where you're root by default, like in an LXC container, make sure sudo is installed, it'll be needed in a later step.