From 33eddedf58eb44fc581d1e4728ab73c2279e7230 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 10 Dec 2024 20:46:22 +0100 Subject: [PATCH] Update Dockerfile --- immich/Dockerfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/immich/Dockerfile b/immich/Dockerfile index d8eea343c..0309c7510 100644 --- a/immich/Dockerfile +++ b/immich/Dockerfile @@ -34,10 +34,6 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat ARG CONFIGLOCATION="/config/addons_config/immich" RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGLOCATION"; fi && rm /ha_lsio.sh -RUN echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list && \ - wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add - && \ - apt update - # Install REDIS #ENV DOCKER_MODS="imagegenius/mods:universal-redis"