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" ]