Update container
Some checks failed
Build container / fedora-build (push) Has been cancelled

This commit is contained in:
maurice
2026-01-27 19:29:30 +01:00
parent efe72f205d
commit ae8a5ec260

View File

@@ -1,4 +1,8 @@
FROM git.plabble.org/maurice/fedora:main FROM git.plabble.org/maurice/fedora:main
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
RUN . '/home/user/.cargo/env' && rustup component add rust-analyzer RUN . '/home/user/.cargo/env' && rustup component add rust-analyzer
# Raspberry Pi Pico tools
RUN cargo install elf2uf2-rs --locked
RUN rustup target add thumbv6m-none-eabi