forked from Job79/devcontainer
Fix
This commit is contained in:
@@ -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,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,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
|
||||
Reference in New Issue
Block a user