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

Update x86.dockerfile

parent f837a5d7
No related branches found
No related tags found
Loading
Pipeline #121 passed with stage
in 40 seconds
......@@ -4,8 +4,6 @@ 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
......@@ -49,5 +47,4 @@ RUN wget https://lab.lcr.gr/microhacks/flit/-/jobs/artifacts/trunk/raw/target/re
chmod +x flit && \
mv flit /usr/local/bin/flit
RUN cargo install --locked trunk && \
rm -rf ~/.cargo/registry/{cache,src}
COPY --from=trunkbuild /usr/local/cargo/bin/trunk /usr/local/cargo/bin/trunk
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