fix: rust container also has gcc installed

This commit is contained in:
2026-08-23 14:45:55 +02:00
parent 651b8a8976
commit 03b5177135
+1 -1
View File
@@ -1,5 +1,5 @@
FROM git.janishutz.com/registry/dev-container-base
RUN pacman --noconfirm -S rustup
RUN pacman --noconfirm -S rustup gcc
RUN rustup default stable