Install wget in non-interactive mode
This commit is contained in:
parent
7517fe0cdd
commit
a3bec24b91
|
@ -1,7 +1,7 @@
|
|||
FROM ubuntu:20.04
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install wget
|
||||
apt-get install --assume-yes wget
|
||||
|
||||
RUN wget https://dl.min.io/client/mc/release/linux-amd64/mc \
|
||||
&& chmod +x mc \
|
||||
|
|
Loading…
Reference in New Issue