Skip to content
Snippets Groups Projects
Commit 5e9da774 authored by Martin Kröning's avatar Martin Kröning :crab:
Browse files

Docker: Download loader via ADD

parent 797db3ff
Branches
Tags
No related merge requests found
......@@ -51,6 +51,5 @@ RUN set -eux; \
qemu-system-x86 \
; \
rm -rf /var/lib/apt/lists/*;
RUN set -eux; \
wget -P /usr/local/bin "https://github.com/hermitcore/rusty-loader/releases/download/v0.3.0/rusty-loader-x86_64";
ADD https://github.com/hermitcore/rusty-loader/releases/download/v0.3.0/rusty-loader-x86_64 /usr/local/bin/
COPY --from=stable-deps $CARGO_HOME/bin/uhyve $CARGO_HOME/bin/uhyve
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment