Skip to content
Snippets Groups Projects
Verified Commit 9bc06e0f authored by Louis's avatar Louis :fire:
Browse files

Include docker binary

parent 35b925b7
No related branches found
No related tags found
No related merge requests found
Pipeline #720 failed with stage
in 36 seconds
FROM docker:20:10-dind as docker_host
FROM debian:trixie
ARG USERNAME=rustbuilder
......@@ -37,6 +38,8 @@ RUN rustup install $RUST_VERSION && \
RUN cargo install cross --git https://github.com/cross-rs/cross
COPY --from=docker_host /usr/local/bin/docker /usr/local/bin/docker
ENV CROSS_CONTAINER_IN_CONTAINER=true
ENV CROSS_CONTAINER_UID=${USER_UID}
ENV CROSS_CONTAINER_GID=${USER_GID}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment