From add1fa3b2011b5e4da08f04de7e1d8bea9614142 Mon Sep 17 00:00:00 2001 From: Alexandre Date: Tue, 15 Jul 2025 21:08:10 +0200 Subject: [PATCH] test --- ente/Dockerfile | 11 +++++------ ente/config.json | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/ente/Dockerfile b/ente/Dockerfile index 5c64ef572..f180406fb 100644 --- a/ente/Dockerfile +++ b/ente/Dockerfile @@ -38,12 +38,11 @@ RUN chmod 744 /ha_lsio.sh && \ # ---------- MinIO & tools (needed by Ente) ---------- # – server binary + client (`mc`) RUN set -eux; \ - apt-get update; \ - apt-get install -y --no-install-recommends curl ca-certificates wget jq tini postgresql-client-15; \ + apk add --no-cache \ + bash curl ca-certificates wget jq tini postgresql15-client; \ curl -fsSL https://dl.min.io/server/minio/release/linux-amd64/minio -o /usr/local/bin/minio; \ curl -fsSL https://dl.min.io/client/mc/release/linux-amd64/mc -o /usr/local/bin/mc; \ - chmod +x /usr/local/bin/minio /usr/local/bin/mc; \ - apt-get clean; rm -rf /var/lib/apt/lists/* + chmod +x /usr/local/bin/minio /usr/local/bin/mc ################## # 3 Install apps # @@ -52,8 +51,8 @@ RUN set -eux; \ COPY rootfs/ / # bind‑compat for some addons -RUN ln -sf /usr/bin/bash /bin/bash || true && \ - ln -sf /usr/bin/sh /bin/sh || true +#RUN ln -sf /usr/bin/bash /bin/bash || true && \ +# ln -sf /usr/bin/sh /bin/sh || true # Optional modules (same pattern as ente) ARG MODULES="00-banner.sh 01-custom_script.sh 00-global_var.sh 00-local_mounts.sh 00-smb_mounts.sh" diff --git a/ente/config.json b/ente/config.json index 22bd0241f..663942bf5 100644 --- a/ente/config.json +++ b/ente/config.json @@ -80,7 +80,7 @@ "startup": "services", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "1.0.0test3", + "version": "1.0.0test", "video": true, "webui": "http://[HOST]:[PORT:3000]" }