fix: rust container also has gcc installed
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
FROM git.janishutz.com/registry/dev-container-base
|
FROM git.janishutz.com/registry/dev-container-base
|
||||||
|
|
||||||
RUN pacman --noconfirm -S rustup
|
RUN pacman --noconfirm -S rustup gcc
|
||||||
|
|
||||||
RUN rustup default stable
|
RUN rustup default stable
|
||||||
|
|||||||
Reference in New Issue
Block a user