Testing whereis
Some checks failed
continuous-integration/drone/pr Build is failing

This commit is contained in:
david 2024-05-20 10:51:46 +02:00
parent 97b3ca67e3
commit 199050122b

View File

@ -5,5 +5,7 @@ RUN apt-get update && apt-get install -y \
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" ]