From 1fc088fb143a67b5d5fb45e87aa95d1b43484a4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrej=20Rama=C5=A1euski?= <andrej@x2.cz> Date: Thu, 30 Jan 2020 01:15:02 +0100 Subject: [PATCH] Download pluginu s curl --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bf23ff3..28abb59 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 -- GitLab