install "wget" in streaming Dockerfile (#28497)
parent
3f0140bbdf
commit
01df9f1abb
|
@ -69,6 +69,7 @@ RUN \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
curl \
|
curl \
|
||||||
tzdata \
|
tzdata \
|
||||||
|
wget \
|
||||||
;
|
;
|
||||||
|
|
||||||
# Set /opt/mastodon as working directory
|
# Set /opt/mastodon as working directory
|
||||||
|
|
Loading…
Reference in New Issue