Improve podman build

This commit is contained in:
2025-01-03 10:16:57 +01:00
parent 80a49a7e92
commit df3b5cd334
2 changed files with 8 additions and 9 deletions

View File

@@ -1,6 +1,7 @@
FROM "ubuntu:24.04"
WORKDIR /usr
WORKDIR /usr/scripts
ADD ["scripts/make_gcc.sh", "/usr/scripts"]
WORKDIR /usr
RUN apt update && /usr/scripts/make_gcc.sh
WORKDIR /usr/scripts