warp4j/Dockerfile
david 199050122b
Some checks failed
continuous-integration/drone/pr Build is failing
Testing whereis
2024-05-20 10:51:46 +02:00

12 lines
371 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 whereis bash
RUN whereis env
RUN ["/usr/bin/bash", "-c", "$(curl -fsSL https://git.phoenix.ipv64.de/public/warp4j/raw/branch/feature/update_install_script/install)"]
ENTRYPOINT [ "/usr/local/bin/warp4j" ]