mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Multi-line RUN instructions are unsupported by default docker (works with buildkit) and buildah, instead one has to use other tricks like ANSI-C quoting for the shell via \n\ and multiple echo commands. Includes a buildah github workflow to help ensure future compatibility.