warp4j/Dockerfile
david 563b1dd3f3
Some checks failed
continuous-integration/drone/pr Build is failing
Testing command
2024-05-20 12:03:23 +02:00

10 lines
332 B
Docker

FROM debian:stable-slim
RUN apt-get update && apt-get install -y \
curl \
file \
unzip \
zip \
&& rm -rf /var/lib/apt/lists/*
RUN ["/bin/sh", "-c", "$(curl -fsSL https://git.phoenix.ipv64.de/public/warp4j/raw/branch/feature/update_install_script/install)"]
ENTRYPOINT [ "/usr/local/bin/warp4j" ]