Commit 013868c
committed
modernize RUN commands in Containerfiles
As RUN commands on multiline is like a shell script, enable the bash
strict mode. So we can remove all the `&&` at the begin of lines.
When buildah (podman builder) recent release will be published in common
distributions (at least Debian stable), we will be able to use the
"heredoc" syntax to avoid all the `; \` at end of lines.1 parent ed5b4ee commit 013868c
2 files changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
0 commit comments