mirror of
https://github.com/lovellfelix/minio-deploy-action.git
synced 2025-12-10 11:11:14 +00:00
Install wget in non-interactive mode
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
FROM ubuntu:20.04
|
FROM ubuntu:20.04
|
||||||
|
|
||||||
RUN apt-get update && \
|
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 \
|
RUN wget https://dl.min.io/client/mc/release/linux-amd64/mc \
|
||||||
&& chmod +x mc \
|
&& chmod +x mc \
|
||||||
|
|||||||
Reference in New Issue
Block a user