From 3093fb612de4dff257b93ad4b35a8979ea39d09b Mon Sep 17 00:00:00 2001 From: Silvio Fricke Date: Tue, 26 Mar 2019 19:50:37 +0100 Subject: Revert "Dockerfile: switch from languagetool.org to github server" zip file from langagetool server is a already compiled java application. On github the sourcefile can be loaded. It was wrong to switch the server because we need the binary files to work. This reverts commit 4396e5d67b2a70f435c111aef9ad44164d7bf996. Signed-off-by: Silvio Fricke --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d4c62a0..2c1cb64 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN set -ex \ unzip ENV VERSION 4.4.1 -ADD https://github.com/languagetool-org/languagetool/archive/v${VERSION}.zip /LanguageTool-$VERSION.zip +ADD https://www.languagetool.org/download/LanguageTool-$VERSION.zip /LanguageTool-$VERSION.zip RUN unzip LanguageTool-$VERSION.zip \ && rm LanguageTool-$VERSION.zip -- cgit v1.2.3