Install wget using apt-get for Ubuntu instead of Alpine apk
This commit is contained in:
parent
357a189344
commit
7517fe0cdd
|
@ -1,7 +1,7 @@
|
||||||
FROM ubuntu:20.04
|
FROM ubuntu:20.04
|
||||||
|
|
||||||
RUN apk update && apk upgrade && \
|
RUN apt-get update && \
|
||||||
apk add wget
|
apt-get install 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 \
|
||||||
|
|
Loading…
Reference in New Issue