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.
1 parent 6d46951 commit a858d5bCopy full SHA for a858d5b
Dockerfile
@@ -1,7 +1,7 @@
1
FROM ubuntu:20.04
2
3
RUN apt-get update && \
4
- apt-get install --assume-yes wget
+ apt-get install --assume-yes wget curl
5
6
RUN wget https://dl.min.io/client/mc/release/linux-amd64/mc \
7
&& chmod +x mc \
0 commit comments