Skip to content

Support more complex heredocs #2

@jimschubert

Description

@jimschubert

This isn't currently supported:

RUN python3 <<EOF > /hello
print("Hello")
print("World")
EOF

Neither are heredocs in COPY.

See https://www.docker.com/blog/introduction-to-heredocs-in-dockerfiles/ for more details and examples.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions