From 2f5a93cd97b1df92b36ec808a777ffa75bd614a1 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 26 Apr 2025 16:22:01 +0200 Subject: [PATCH] Update Dockerfile --- immich/Dockerfile | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/immich/Dockerfile b/immich/Dockerfile index a5a1169d6..1c9fccf1d 100644 --- a/immich/Dockerfile +++ b/immich/Dockerfile @@ -61,15 +61,10 @@ ARG MODULES="00-banner.sh 01-custom_script.sh 00-global_var.sh 00-local_mounts.s ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" RUN chmod 744 /ha_automodules.sh && /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh -RUN apt-get update \ - && apt-get install -y --no-install-recommends \ - dos2unix \ - curl \ - vim \ - ca-certificates\ - yamllint \ - python3-pip \ - && ln -s /usr/bin/pip3 /usr/local/bin/pip \ +RUN apt-get update && apt-get install -y --no-install-recommends \ + curl dos2unix vim ca-certificates yamllint jq \ + && curl -sS https://bootstrap.pypa.io/get-pip.py | python3 \ + && ln -s /usr/local/bin/pip3 /usr/local/bin/pip \ && rm -rf /var/lib/apt/lists/* # Manual apps