mirror of
https://github.com/kairos-io/osbuilder.git
synced 2025-10-21 23:03:44 +00:00
In other words, don't run `RUN` commands that might not be there. Ideally all `RUN` commands should run on the builder stage and at the final step, we just copy everything over. Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>