From f27e65b76b7cfb5e5042188d223a2debe7b9b44d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrej=20Rama=C5=A1euski?= <andrej@x2.cz> Date: Wed, 5 Feb 2020 22:15:17 +0100 Subject: [PATCH] Presna cesta k pluginu --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index df6a09d..61cea31 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ FROM graylog/graylog:3.1 MAINTAINER Andrej RamaĊĦeuski <andrej.ramaseuski@pirati.cz> -RUN curl -sOL -o ./graylog/plugin/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 +RUN curl -sOL -o /usr/share/graylog/plugin/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