minio / Dockerfile
ZSCGR's picture
Create Dockerfile
a0f999b verified
raw
history blame
260 Bytes
FROM ghcr.io/196180/kuma-webdav:main
USER root
RUN apk add --no-cache wget
RUN wget -P /tmp https://dl.min.io/server/minio/release/linux-amd64/archive/minio_20250422221226.0.0_x86_64.apk
RUN apk add --allow-untrusted /tmp/minio_20250422221226.0.0_x86_64.apk