Improve podman build

This commit is contained in:
Jaby
2025-01-03 10:16:57 +01:00
committed by Jaby
parent b3e0256b7f
commit 14d6e1905c
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