Skip to content

Commit a858d5b

Browse files
authored
Update Dockerfile
1 parent 6d46951 commit a858d5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM ubuntu:20.04
22

33
RUN apt-get update && \
4-
apt-get install --assume-yes wget
4+
apt-get install --assume-yes wget curl
55

66
RUN wget https://dl.min.io/client/mc/release/linux-amd64/mc \
77
&& chmod +x mc \

0 commit comments

Comments
 (0)