Updates
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
FROM git.plabble.org/maurice/fedora:main
|
FROM git.plabble.org/maurice/fedora:main
|
||||||
|
|
||||||
USER root
|
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
|
COPY install-roslyn.sh /tmp/install-roslyn.sh
|
||||||
RUN chmod +x /tmp/install-roslyn.sh && /tmp/install-roslyn.sh
|
RUN chmod +x /tmp/install-roslyn.sh && /tmp/install-roslyn.sh
|
||||||
|
|||||||
@@ -2,7 +2,6 @@ FROM quay.io/fedora/fedora:43
|
|||||||
|
|
||||||
# === install system packages ===
|
# === install system packages ===
|
||||||
RUN dnf update -y && \
|
RUN dnf update -y && \
|
||||||
dnf copr enable -y atim/lazygit && \
|
|
||||||
dnf -y install procps ping bash-completion glibc-langpack-en \
|
dnf -y install procps ping bash-completion glibc-langpack-en \
|
||||||
host-spawn dbus-launch \
|
host-spawn dbus-launch \
|
||||||
git pnpm helix zip
|
git pnpm helix zip
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
FROM git.plabble.org/maurice/dotnet:main
|
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"
|
ARG download_uri="https://download.jetbrains.com/rider/JetBrains.Rider-${rider_version}.tar.gz"
|
||||||
|
|
||||||
USER root
|
USER root
|
||||||
|
|||||||
Reference in New Issue
Block a user