Fixing Dockerfile
Some checks failed
continuous-integration/drone/pr Build is failing

This commit is contained in:
david 2024-05-20 09:41:10 +02:00
parent a5d5449544
commit cc7df32b33

View File

@ -5,5 +5,5 @@ RUN apt-get update && apt-get install -y \
unzip \ unzip \
zip \ zip \
&& rm -rf /var/lib/apt/lists/* && 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" ] ENTRYPOINT [ "/usr/local/bin/warp4j" ]