diff --git a/photoprism/Dockerfile b/photoprism/Dockerfile index 47dc28969..7d142054b 100644 --- a/photoprism/Dockerfile +++ b/photoprism/Dockerfile @@ -60,7 +60,8 @@ ENV PACKAGES="jq \ curl \ cifs-utils \ keyutils \ - coreutils" + coreutils\ + nginx" # Automatic apps & bashio RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get install -yqq --no-install-recommends bash || apk add --no-cache bash) >/dev/null; fi \