New main #2

Closed
Maurice wants to merge 41 commits from Maurice/devcontainer:new-main into main
3 changed files with 3 additions and 3 deletions
Showing only changes of commit 8a47711c61 - Show all commits
+1 -1
View File
@@ -1,4 +1,4 @@
FROM git.plabble.org/maurice/devc-base:main
FROM git.plabble.org/maurice/fedora:main
USER root
RUN dnf -y install dotnet-sdk-9.0
+1 -1
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)"
+1 -1
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 . '/home/user/.cargo/env' && rustup component add rust-analyzer