Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong echo command in Dockerfile #19

Open
oldmacilli opened this issue Sep 11, 2021 · 1 comment
Open

Wrong echo command in Dockerfile #19

oldmacilli opened this issue Sep 11, 2021 · 1 comment

Comments

@oldmacilli
Copy link

oldmacilli commented Sep 11, 2021

It should be "echo -e" to interpret the Newline escape in newer versions of bash. Right now the \n literal is written

# Install Ansible inventory file.
RUN mkdir -p /etc/ansible
RUN echo -e "[local]\nlocalhost ansible_connection=local" > /etc/ansible/hosts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@oldmacilli and others