This commit is contained in:
maurice
2025-10-28 09:17:25 +01:00
parent 778ee0a2a6
commit 8a47711c61
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
FROM git.plabble.org/maurice/devc-base: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

View File

@@ -1,3 +1,3 @@
FROM git.plabble.org/maurice/devc-base:main FROM git.plabble.org/maurice/fedora:main
RUN /bin/bash -c "$(curl -fsSL https://php.new/install/linux/8.4)" RUN /bin/bash -c "$(curl -fsSL https://php.new/install/linux/8.4)"

View File

@@ -1,4 +1,4 @@
FROM git.plabble.org/maurice/devc-base: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