````shell FROM mynode AS builder # Use bash for shell commands, and fail builds if any command in a pipeline fails. SHELL ["/bin/bash", "-o", "pipefail", "-c"] ````