Created
July 26, 2018 15:32
-
-
Save bushong1/fddd8eb288985b09f826c6574c3b3a2a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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