Skip to content

Commit 93da526

Browse files
authored
Development: remove silent and use long attribute name (#9363)
- remove `-s` (silent) because it takes some time to download the file and we don't know what it's happening; I cancelled the process multiple times due to this - use `--disable` instead `-d` since it's more expressive
1 parent 389a3f8 commit 93da526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfiles/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ RUN apt-get -y install \
3636
# If this client should have issues running inside this image, it is also
3737
# fine to defer it to a separate image.
3838
# The current minio/mc Docker image could be a lot smaller
39-
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+
RUN curl --disable https://dl.min.io/client/mc/release/linux-amd64/archive/mc.RELEASE.2022-06-11T21-10-36Z -o /usr/bin/mc && \
4040
chmod +x /usr/bin/mc
4141

4242
RUN npm install -g nodemon

0 commit comments

Comments
 (0)