Revert 'use apk' [nobuild]

This commit is contained in:
GitHub Actions
2025-07-15 19:06:35 +00:00
parent 6daaa9a5a3
commit f9d7271f92
2 changed files with 5 additions and 4 deletions

View File

@@ -38,11 +38,12 @@ RUN chmod 744 /ha_lsio.sh && \
# ---------- MinIO & tools (needed by Ente) ----------
# server binary + client (`mc`)
RUN set -eux; \
apk add --no-cache \
bash curl ca-certificates wget jq tini postgresql15-client; \
apt-get update; \
apt-get install -y --no-install-recommends curl ca-certificates wget jq tini postgresql-client-15; \
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
chmod +x /usr/local/bin/minio /usr/local/bin/mc; \
apt-get clean; rm -rf /var/lib/apt/lists/*
##################
# 3 Install apps #

View File

@@ -80,7 +80,7 @@
"startup": "services",
"udev": true,
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "1.0.0test4",
"version": "1.0.0test3",
"video": true,
"webui": "http://[HOST]:[PORT:3000]"
}