feat: rebase rust container on C container
This commit is contained in:
@@ -23,6 +23,11 @@ Building Python container
|
||||
"
|
||||
./build-helper.sh git.janishutz.com/registry/dev-container-python python
|
||||
|
||||
echo "
|
||||
Building C container
|
||||
"
|
||||
./build-helper.sh git.janishutz.com/registry/dev-container-c c
|
||||
|
||||
echo "
|
||||
Building rust container
|
||||
"
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
FROM git.janishutz.com/registry/dev-container-base
|
||||
|
||||
RUN pacman --noconfirm -S gcc cmake meson ninja
|
||||
+2
-2
@@ -1,5 +1,5 @@
|
||||
FROM git.janishutz.com/registry/dev-container-base
|
||||
FROM git.janishutz.com/registry/dev-container-c
|
||||
|
||||
RUN pacman --noconfirm -S rustup gcc
|
||||
RUN pacman --noconfirm -S rustup
|
||||
|
||||
RUN rustup default stable
|
||||
|
||||
Reference in New Issue
Block a user