forked from Job79/devcontainer
Compare commits
5 Commits
ci-move-to
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3cdacc7eb8 | ||
|
|
911855d95c | ||
|
|
c49270c7cf | ||
|
|
c618572a18 | ||
|
|
ae8a5ec260 |
@@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
version="v1.39.15-beta.60"
|
||||
version="v1.39.15"
|
||||
arch="linux-x64"
|
||||
link="https://github.com/OmniSharp/omnisharp-roslyn/releases/download/$version/omnisharp-$arch-net6.0.tar.gz"
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ RUN --mount=type=cache,id=dnf-cache,target=/var/cache/libdnf5 \
|
||||
dnf update -y && \
|
||||
dnf -y --setopt=keepcache=1 install procps ping bash-completion glibc-langpack-en \
|
||||
host-spawn dbus-launch \
|
||||
git pnpm helix zip
|
||||
git pnpm helix zip rsync
|
||||
|
||||
# === setup user ===
|
||||
RUN useradd -ms /bin/bash user && \
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
FROM git.plabble.org/maurice/dotnet:main
|
||||
ARG rider_version="2025.3.0.3"
|
||||
ARG rider_version="2025.3.2"
|
||||
ARG download_uri="https://download.jetbrains.com/rider/JetBrains.Rider-${rider_version}.tar.gz"
|
||||
|
||||
USER root
|
||||
|
||||
@@ -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 . '/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