diff --git a/streaming/Dockerfile b/streaming/Dockerfile index 6e0a84771c..241009fe89 100644 --- a/streaming/Dockerfile +++ b/streaming/Dockerfile @@ -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 ] \ No newline at end of file +CMD [ node ./streaming/index.js ]