Skip to content

Commit 5eaa6dd

Browse files
committed
Revert "Add mc client to web container"
This reverts commit 729e542.
1 parent 09ff4cb commit 5eaa6dd

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

dockerfiles/Dockerfile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,6 @@ RUN apt-get -y install \
3131
telnet \
3232
lsb-release
3333

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-
4134
# Uncomment en_US.UTF-8 locale and generate it
4235
RUN sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && \
4336
locale-gen

0 commit comments

Comments
 (0)