diff --git a/Dockerfile b/Dockerfile
index bf23ff3e6b786d9e0b13f2c285d8b43ddfbfd6f4..28abb594fd24b8cfb5df34eccdf045e894252ca4 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,3 +1,3 @@
 FROM graylog/graylog:3.1
 MAINTAINER Andrej RamaĊĦeuski <andrej.ramaseuski@pirati.cz>
-RUN apt-get install wget && wget -O /usr/share/graylog/plugin/graylog-plugin-auth-sso-3.1.0.jar https://github.com/Graylog2/graylog-plugin-auth-sso/releases/download/3.0.0/graylog-plugin-auth-sso-3.1.0.jar
+RUN curl -OL -o graylog-plugin-auth-sso-3.1.0.jar https://github.com/Graylog2/graylog-plugin-auth-sso/releases/download/3.1.0/graylog-plugin-auth-sso-3.1.0.jar