Compare commits
No commits in common. "eaee10a147fc8f60dc4b6f4d4457aa3debd66d50" and "e8e9e246b651e1232a1b03e41e1b89a6fa1a8bbc" have entirely different histories.
eaee10a147
...
e8e9e246b6
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,4 +2,3 @@ fatjar/
|
||||
warped/
|
||||
TODO.md
|
||||
/.project
|
||||
/.settings/
|
||||
|
@ -6,7 +6,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/public/warp/releases/download/1.0.0/linux-aarch64.warp-packer \
|
||||
https://git.phoenix.ipv64.de/public/warp/releases/download/v0.3.0/aarch64-linux.warp-packer \
|
||||
&& install -D \
|
||||
--mode=755 \
|
||||
--owner=root \
|
||||
|
@ -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/public/warp/releases/download/1.0.0/linux-x64.warp-packer \
|
||||
https://git.phoenix.ipv64.de/public/warp/releases/download/v0.3.0/linux-x64.warp-packer \
|
||||
&& install -D \
|
||||
--mode=755 \
|
||||
--owner=root \
|
||||
|
Loading…
Reference in New Issue
Block a user