-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Description
Demos/bootc/machine/Containerfile
Line 3 in c0e2da2
| RUN dnf -y update; \ |
Otherwise if there's an error at build time (e.g. package download failed) we will just blindly continue on and produce something broken. Yes, shell script sucks 😄
I tend to have a build.sh to start that uses bash strict mode and then COPY build.sh . and RUN build.sh.
Metadata
Metadata
Assignees
Labels
No labels