Skip to content

Instantly share code, notes, and snippets.

@gnowland
Last active June 2, 2021 23:50
Show Gist options
  • Save gnowland/0f6b4bd7f2ac533ffa87319d9bbfe0ae to your computer and use it in GitHub Desktop.
Save gnowland/0f6b4bd7f2ac533ffa87319d9bbfe0ae to your computer and use it in GitHub Desktop.
Get the output of a command during docker build
RUN [command] 1>&2 && return 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment