From c4737ba6559748564d1ef4ff9405d3dde278dd58 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 31 Jan 2026 09:15:40 +0100 Subject: [PATCH] Install sed before immich patch --- immich_cuda/Dockerfile | 3 ++- immich_noml/Dockerfile | 3 ++- immich_openvino/Dockerfile | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/immich_cuda/Dockerfile b/immich_cuda/Dockerfile index 11b49a28e..bb7e779e9 100644 --- a/immich_cuda/Dockerfile +++ b/immich_cuda/Dockerfile @@ -83,7 +83,8 @@ RUN chmod 777 /ha_entrypoint.sh ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/bashio-standalone.sh" "/usr/local/lib/bashio-standalone.sh" RUN chmod 0755 /usr/local/lib/bashio-standalone.sh -RUN \ sed -i "s|postgresql-16|postgresql-15|g" /etc/s6-overlay/s6-rc.d/init-test-run/run +RUN apt-get update && apt-get install -y --no-install-recommends sed \ + && sed -i "s|postgresql-16|postgresql-15|g" /etc/s6-overlay/s6-rc.d/init-test-run/run # Install dependencies SHELL ["/bin/bash", "-o", "pipefail", "-c"] diff --git a/immich_noml/Dockerfile b/immich_noml/Dockerfile index 11b49a28e..bb7e779e9 100644 --- a/immich_noml/Dockerfile +++ b/immich_noml/Dockerfile @@ -83,7 +83,8 @@ RUN chmod 777 /ha_entrypoint.sh ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/bashio-standalone.sh" "/usr/local/lib/bashio-standalone.sh" RUN chmod 0755 /usr/local/lib/bashio-standalone.sh -RUN \ sed -i "s|postgresql-16|postgresql-15|g" /etc/s6-overlay/s6-rc.d/init-test-run/run +RUN apt-get update && apt-get install -y --no-install-recommends sed \ + && sed -i "s|postgresql-16|postgresql-15|g" /etc/s6-overlay/s6-rc.d/init-test-run/run # Install dependencies SHELL ["/bin/bash", "-o", "pipefail", "-c"] diff --git a/immich_openvino/Dockerfile b/immich_openvino/Dockerfile index e4e92726d..bb7e779e9 100644 --- a/immich_openvino/Dockerfile +++ b/immich_openvino/Dockerfile @@ -83,7 +83,8 @@ RUN chmod 777 /ha_entrypoint.sh ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/bashio-standalone.sh" "/usr/local/lib/bashio-standalone.sh" RUN chmod 0755 /usr/local/lib/bashio-standalone.sh -RUN sed -i "s|postgresql-16|postgresql-15|g" /etc/s6-overlay/s6-rc.d/init-test-run/run +RUN apt-get update && apt-get install -y --no-install-recommends sed \ + && sed -i "s|postgresql-16|postgresql-15|g" /etc/s6-overlay/s6-rc.d/init-test-run/run # Install dependencies SHELL ["/bin/bash", "-o", "pipefail", "-c"]