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

Fix failing chmod on docker-compose on arm #133

Merged
merged 1 commit into from
Aug 4, 2021

Conversation

joeyparrish
Copy link
Contributor

Since docker-compose is not downloaded on arm, the chmod command fails
there. Moving it inside the previous command, after curl, ensures it
only runs when it should.

Closes #128

Since docker-compose is not downloaded on arm, the chmod command fails
there.  Moving it inside the previous command, after curl, ensures it
only runs when it should.
@myoung34
Copy link
Owner

myoung34 commented Aug 4, 2021

Thanks!

@joeyparrish joeyparrish deleted the fix-chmod branch May 10, 2022 19:54
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

Successfully merging this pull request may close these issues.

Dockerfile.base fails to build on arm
2 participants