mirror of
https://github.com/minio/mc
synced 2026-08-29 14:37:42 -04:00
8 lines
110 B
Text
8 lines
110 B
Text
FROM alpine:3.12
|
|
|
|
COPY mc /usr/bin/
|
|
COPY CREDITS /
|
|
|
|
RUN apk add --no-cache ca-certificates
|
|
|
|
ENTRYPOINT ["mc"]
|