mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-08 08:44:27 +00:00
install "wget" in streaming Dockerfile (#28497)
This commit is contained in:
parent
3f0140bbdf
commit
01df9f1abb
|
@ -69,6 +69,7 @@ RUN \
|
|||
ca-certificates \
|
||||
curl \
|
||||
tzdata \
|
||||
wget \
|
||||
;
|
||||
|
||||
# Set /opt/mastodon as working directory
|
||||
|
@ -101,4 +102,4 @@ USER mastodon
|
|||
# Expose default Streaming ports
|
||||
EXPOSE 4000
|
||||
# Run streaming when started
|
||||
CMD [ node ./streaming/index.js ]
|
||||
CMD [ node ./streaming/index.js ]
|
||||
|
|
Loading…
Reference in a new issue