From 8780eb571a2c92bd3e2ceebb7a616ae2262d8f47 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 12 May 2022 09:08:22 +0200 Subject: [PATCH] Update Dockerfile --- photoprism/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 \