Updates
All checks were successful
Build container / fedora-build (push) Successful in 9m53s

This commit is contained in:
maurice
2025-11-26 13:40:39 +01:00
parent 7adaee8f06
commit 28843cdb89
3 changed files with 2 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
FROM git.plabble.org/maurice/fedora:main
USER root
RUN dnf -y install dotnet-sdk-9.0
RUN dnf -y install dotnet-sdk-9.0 dotnet-sdk-10.0
COPY install-roslyn.sh /tmp/install-roslyn.sh
RUN chmod +x /tmp/install-roslyn.sh && /tmp/install-roslyn.sh

View File

@@ -2,7 +2,6 @@ FROM quay.io/fedora/fedora:43
# === install system packages ===
RUN dnf update -y && \
dnf copr enable -y atim/lazygit && \
dnf -y install procps ping bash-completion glibc-langpack-en \
host-spawn dbus-launch \
git pnpm helix zip

View File

@@ -1,5 +1,5 @@
FROM git.plabble.org/maurice/dotnet:main
ARG rider_version="2025.2.4"
ARG rider_version="2025.3.0.2"
ARG download_uri="https://download.jetbrains.com/rider/JetBrains.Rider-${rider_version}.tar.gz"
USER root