Make Rust work better; Adjust docker version

This commit is contained in:
Jaby
2025-01-05 13:30:57 +01:00
parent 7128681a2f
commit 819558cf9d
3 changed files with 7 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
FROM "ubuntu:24.04"
FROM "ubuntu:22.04"
WORKDIR /usr/scripts
ADD ["scripts/make_gcc.sh", "/usr/scripts"]
WORKDIR /usr