Compare commits
No commits in common. "811686bba746b109b14f2fffb25678435b970753" and "3c2ac971340ebf88c74ff1f2b6ce0fb4aaed813e" have entirely different histories.
811686bba7
...
3c2ac97134
@ -7,7 +7,7 @@ RUN apt-get update && apt-get install -y \
|
|||||||
zip \
|
zip \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
RUN curl -fsSL -o /tmp/warp-packer \
|
RUN curl -fsSL -o /tmp/warp-packer \
|
||||||
https://git.phoenix.ipv64.de/public/warp/releases/download/v0.3.0/linux-aarch64-warp-packer \
|
https://git.phoenix.ipv64.de/attachments/f701fbff-c58b-4aac-91e3-47efda1fc760 \
|
||||||
&& install -D \
|
&& install -D \
|
||||||
--mode=755 \
|
--mode=755 \
|
||||||
--owner=root \
|
--owner=root \
|
||||||
|
@ -1,20 +0,0 @@
|
|||||||
FROM debian:stable-slim
|
|
||||||
RUN apt-get update && apt-get install -y \
|
|
||||||
binutils \
|
|
||||||
curl \
|
|
||||||
file \
|
|
||||||
unzip \
|
|
||||||
zip \
|
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
|
||||||
RUN curl -fsSL -o /tmp/warp-packer \
|
|
||||||
https://git.phoenix.ipv64.de/public/warp/releases/download/v0.3.0/linux-x64.warp-packer \
|
|
||||||
&& install -D \
|
|
||||||
--mode=755 \
|
|
||||||
--owner=root \
|
|
||||||
--group=root \
|
|
||||||
/tmp/warp-packer \
|
|
||||||
/usr/local/bin \
|
|
||||||
&& rm /tmp/warp-packer
|
|
||||||
WORKDIR /workdir
|
|
||||||
COPY warp4j /usr/local/bin/
|
|
||||||
ENTRYPOINT [ "/usr/local/bin/warp4j" ]
|
|
Loading…
Reference in New Issue
Block a user