Skip to content

Improve Dockerfile syntax#144

Open
bebehei wants to merge 1 commit intobmarsh9:mainfrom
bebehei:dockerfile
Open

Improve Dockerfile syntax#144
bebehei wants to merge 1 commit intobmarsh9:mainfrom
bebehei:dockerfile

Conversation

@bebehei
Copy link

@bebehei bebehei commented Aug 24, 2025

  • Use set -eux to have better overview for multi command RUNs
  • Split multiline arguments into one line per argument as defined in dockerfile best practices
  • Use export DEBIAN_FRONTEND=noninteractive just during build.
  • Make run.sh executable, as it's an executable

Most syntax is taken from basic dockerfile syntax and the docker base images.

- Use `set -eux` to have better overview for multi command `RUN`s
- Split multiline arguments into one line per argument as defined in
  dockerfile best practices
- Use `export DEBIAN_FRONTEND=noninteractive` just during build.
- Make `run.sh` executable, as it's an executable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant