Open lmtoo opened 7 months ago
multi shell commands not executed
RUN <<EOF bash -ex echo "Cleaning up..." EOF
mvn -v
* Docker version : * If it's a bug, how to reproduce : * If it's a feature request, what is your use case : * Sample project : *[GitHub Clone URL]*
It works with RUN <<EOF for me with v0.43.4 and v0.44.0. See these pom.xml and Dockerfile for an example.
RUN <<EOF
Description
multi shell commands not executed
Info
mvn -v
) :