Other containers
All checks were successful
Build base containers / base-build (push) Successful in 2m15s
Build other containers / other-build (push) Successful in 5m54s

This commit is contained in:
maurice
2025-10-27 10:11:15 +01:00
parent 867953f1e2
commit 12a532781a
5 changed files with 59 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
FROM localhost/devc-base
FROM git.plabble.org/maurice/devc-base:main
RUN su -c "curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y" user
RUN su -c ". '/home/user/.cargo/env' && rustup component add rust-analyzer" user