Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save bushong1/fddd8eb288985b09f826c6574c3b3a2a to your computer and use it in GitHub Desktop.
Save bushong1/fddd8eb288985b09f826c6574c3b3a2a to your computer and use it in GitHub Desktop.
ARG MY_ARG
RUN : "${MY_ARG:?ERROR - MY_ARG Build argument needs to be set and non-empty.}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment