Documentations error (docker v3.0)

In page http://docs.graylog.org/en/3.0/pages/installation/docker.html#new-docker-image Section:
FROM graylog/graylog:3.0 RUN wget -O /usr/share/graylog/plugin/graylog-plugin-auth-sso-3.0.0.jar https://github.com/Graylog2/graylog-plugin-auth-sso/releases/download/3.0.0/graylog-plugin-auth-sso-3.0.0.jar
not worked. Because in latest dockerfile releases you have been removed wget and use curl.

did you mind submitting a patch for the docs?

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.