fix run.sh/1

This commit is contained in:
2025-05-06 00:23:38 +02:00
parent fcb3fa9d06
commit 410b57bbf2
3 changed files with 15 additions and 25 deletions

View File

@@ -1,14 +1,14 @@
FROM minio/minio:latest
LABEL \
io.hass.version="1.0.3" \
io.hass.version="1.0.4" \
io.hass.type="addon" \
io.hass.arch="aarch64|amd64" \
io.hass.name="MinIO" \
io.hass.description="MinIO is an object storage server compatible with Amazon S3."
# Install jq (Alpine)
RUN apk add --no-cache jq
# Install jq
RUN microdnf install jq -y && microdnf clean all
COPY run.sh /run.sh
RUN chmod +x /run.sh