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

Update x86.dockerfile

parent 7dac4fe8
No related branches found
No related tags found
No related merge requests found
Pipeline #119 passed with stage
in 3 minutes and 15 seconds
## This file can be used to build x86 Linux, x86 Windows and Wasm versions of a Bevy project
FROM r.lcr.gr/microhacks/msdfgen-builder:latest AS msdfgen
FROM ghcr.io/rust-lang/rust:nightly-slim AS trunkbuild
RUN cargo install --locked trunk && \
rm -rf ~/.cargo/registry/{cache,src}
RUN which trunk
FROM ghcr.io/rust-lang/rust:nightly-slim
COPY --from=msdfgen /usr/bin/msdf-atlas-gen /usr/bin/msdf-atlas-gen
......
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