Make Rust work better; Adjust docker version

This commit is contained in:
2025-01-05 13:30:57 +01:00
parent a5093d06dd
commit 7c8fa2409d
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