forked from Job79/devcontainer
Compare commits
4 Commits
ci-move-to
...
911855d95c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
911855d95c | ||
|
|
c49270c7cf | ||
|
|
c618572a18 | ||
|
|
ae8a5ec260 |
@@ -2,3 +2,11 @@ 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 sudo dnf install -y \
|
||||||
|
systemd-devel \
|
||||||
|
pkg-config \
|
||||||
|
&& dnf clean all
|
||||||
|
RUN . "$HOME/.cargo/env" && cargo install elf2uf2-rs --locked
|
||||||
|
RUN . "$HOME/.cargo/env" && rustup target add thumbv6m-none-eabi
|
||||||
|
|||||||
Reference in New Issue
Block a user