install "wget" in streaming Dockerfile (#28497)

pull/28492/head
Christian Winther 1 year ago committed by GitHub
parent 3f0140bbdf
commit 01df9f1abb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -69,6 +69,7 @@ RUN \
ca-certificates \
curl \
tzdata \
wget \
;
# Set /opt/mastodon as working directory

Loading…
Cancel
Save