From 871d9f04d6a07a28c32cda2aa7cf06a1204213ea Mon Sep 17 00:00:00 2001 From: Martin Date: Tue, 6 May 2025 00:25:20 +0200 Subject: [PATCH] fix dockerfile/2 --- minio/Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/minio/Dockerfile b/minio/Dockerfile index afec439..c19c6fd 100644 --- a/minio/Dockerfile +++ b/minio/Dockerfile @@ -7,9 +7,6 @@ LABEL \ io.hass.name="MinIO" \ io.hass.description="MinIO is an object storage server compatible with Amazon S3." -# Install jq -RUN microdnf install jq -y && microdnf clean all - COPY run.sh /run.sh RUN chmod +x /run.sh