You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To work-around #118, I've tried to manually download a requirements.yml from a remote url and install it via manually calling ansible-galaxy.
But I was not able to render a working Dockerfile.
The render process transforms my command to a $.
> [12/12] RUN if [ -n"${POST_BUILD_COMMANDS}" ];then IFS=';'&&forPOST_BUILD_COMMANDin"${POST_BUILD_COMMANDS[@]}";doecho"${POST_BUILD_COMMANDS[@]}"&&echo"${POST_BUILD_COMMAND}"&& bash -c "${POST_BUILD_COMMAND}";done fi:
0.453 $;ansible-galaxy install -r requirements.yml --force;
0.455 bash: line 1: $: command not found
Description
To work-around #118, I've tried to manually download a requirements.yml from a remote url and install it via manually calling ansible-galaxy.
But I was not able to render a working Dockerfile.
The render process transforms my command to a $.
I've also tried quoting, escaping and whatnot.
Reproduction steps
Current Behavior
Expected Behavior
Command is rendered properly.
Additional information
No response
The text was updated successfully, but these errors were encountered: