Compare commits
2 Commits
3c2ac97134
...
811686bba7
Author | SHA1 | Date | |
---|---|---|---|
811686bba7 | |||
|
fb553c263b |
@ -7,7 +7,7 @@ RUN apt-get update && apt-get install -y \
|
||||
zip \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
RUN curl -fsSL -o /tmp/warp-packer \
|
||||
https://git.phoenix.ipv64.de/attachments/f701fbff-c58b-4aac-91e3-47efda1fc760 \
|
||||
https://git.phoenix.ipv64.de/public/warp/releases/download/v0.3.0/linux-aarch64-warp-packer \
|
||||
&& install -D \
|
||||
--mode=755 \
|
||||
--owner=root \
|
||||
|
20
Dockerfile_x64_86
Normal file
20
Dockerfile_x64_86
Normal file
@ -0,0 +1,20 @@
|
||||
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