From 65c8ee75431d45ed261cf5cf259ec2c4682d9f17 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 2 Mar 2025 21:21:40 +0100 Subject: [PATCH] mariadb-client --- photoprism/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/photoprism/Dockerfile b/photoprism/Dockerfile index 795c58817..44d40cadd 100644 --- a/photoprism/Dockerfile +++ b/photoprism/Dockerfile @@ -54,8 +54,7 @@ RUN chmod 744 /ha_automodules.sh && /ha_automodules.sh "$MODULES" && rm /ha_auto # Manual apps ENV PACKAGES="jq \ - curl \ - cifs-utils \ + mariadb-client \ keyutils \ coreutils\ nginx"