mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-11 01:55:59 +02:00
Revert 'test' [nobuild]
This commit is contained in:
@@ -15,8 +15,7 @@
|
|||||||
#################
|
#################
|
||||||
|
|
||||||
ARG BUILD_VERSION
|
ARG BUILD_VERSION
|
||||||
ARG BUILD_FROM
|
FROM ghcr.io/ente-io/server:latest
|
||||||
FROM BUILD_FROM
|
|
||||||
|
|
||||||
##################
|
##################
|
||||||
# 2 Modify Image #
|
# 2 Modify Image #
|
||||||
@@ -38,13 +37,13 @@ RUN chmod 744 /ha_lsio.sh && \
|
|||||||
|
|
||||||
# ---------- MinIO & tools (needed by Ente) ----------
|
# ---------- MinIO & tools (needed by Ente) ----------
|
||||||
# – server binary + client (`mc`)
|
# – server binary + client (`mc`)
|
||||||
#RUN set -eux; \
|
RUN set -eux; \
|
||||||
# apt-get update; \
|
apt-get update; \
|
||||||
# apt-get install -y --no-install-recommends curl ca-certificates wget jq tini postgresql-client-15; \
|
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/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; \
|
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/*
|
apt-get clean; rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
##################
|
##################
|
||||||
# 3 Install apps #
|
# 3 Install apps #
|
||||||
|
|||||||
@@ -80,7 +80,7 @@
|
|||||||
"startup": "services",
|
"startup": "services",
|
||||||
"udev": true,
|
"udev": true,
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||||
"version": "1.0.0test",
|
"version": "1.0.0",
|
||||||
"video": true,
|
"video": true,
|
||||||
"webui": "http://[HOST]:[PORT:3000]"
|
"webui": "http://[HOST]:[PORT:3000]"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user