We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
mc
web
1 parent 09ff4cb commit 5eaa6ddCopy full SHA for 5eaa6dd
dockerfiles/Dockerfile
@@ -31,13 +31,6 @@ RUN apt-get -y install \
31
telnet \
32
lsb-release
33
34
-# Gets the MinIO mc client used to add buckets upon initialization
35
-# If this client should have issues running inside this image, it is also
36
-# fine to defer it to a separate image.
37
-# The current minio/mc Docker image could be a lot smaller
38
-RUN curl -s -q https://dl.min.io/client/mc/release/linux-amd64/archive/mc.RELEASE.2022-06-11T21-10-36Z -o /usr/bin/mc && \
39
- chmod +x /usr/bin/mc
40
-
41
# Uncomment en_US.UTF-8 locale and generate it
42
RUN sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && \
43
locale-gen
0 commit comments