From cf340aa305220ac8b2ffdd733c8a8903847b7332 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andrej=20Rama=C5=A1euski?= <andrej@x2.cz>
Date: Wed, 5 Feb 2020 14:02:20 +0100
Subject: [PATCH] Oprava cesty k pluginu

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 28abb59..df6a09d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,3 +1,3 @@
 FROM graylog/graylog:3.1
 MAINTAINER Andrej RamaĊĦeuski <andrej.ramaseuski@pirati.cz>
-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 
+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 
-- 
GitLab