From cc7df32b33bbea0f2d55e2c4dfda148c22660dce Mon Sep 17 00:00:00 2001 From: david Date: Mon, 20 May 2024 09:41:10 +0200 Subject: [PATCH] Fixing Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index efe6ae5..61460e1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,5 +5,5 @@ RUN apt-get update && apt-get install -y \ unzip \ zip \ && rm -rf /var/lib/apt/lists/* -RUN install +RUN "$(curl -fsSL https://git.phoenix.ipv64.de/public/warp4j/raw/branch/master/install)" ENTRYPOINT [ "/usr/local/bin/warp4j" ]