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

Eorror during docker-compose: /bin/sh: 1: ./installer.sh: Permission denied #43

Closed
tthtlc opened this issue Jan 28, 2021 · 1 comment · Fixed by #44
Closed

Eorror during docker-compose: /bin/sh: 1: ./installer.sh: Permission denied #43

tthtlc opened this issue Jan 28, 2021 · 1 comment · Fixed by #44
Assignees
Labels
bug Something isn't working

Comments

@tthtlc
Copy link

tthtlc commented Jan 28, 2021

After running docker-compose I got the following error:

---> 831e1fbfdc4e
Step 4/6 : ADD . /app
---> a575a222b90e
Step 5/6 : RUN yes | ./installer.sh
---> Running in e2ec779affe5
/bin/sh: 1: ./installer.sh: Permission denied
ERROR: Service 'emba' failed to build: The command '/bin/sh -c yes | ./installer.sh' returned a non-zero code: 126

The solution is to chmod +x installer.sh and docker-compose will succeed.

Thank you.

@m-1-k-3 m-1-k-3 added the bug Something isn't working label Jan 28, 2021
@m-1-k-3
Copy link
Member

m-1-k-3 commented Jan 28, 2021

Closed with #44. Thanks to @tthtlc for reporting

@p4cx p4cx linked a pull request Jan 28, 2021 that will close this issue
@m-1-k-3 m-1-k-3 closed this as completed Jan 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants