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

Permission denied on RUN /opt/tools/entrypoint.sh built-in #5

Open
sfransen opened this issue Jul 12, 2022 · 0 comments
Open

Permission denied on RUN /opt/tools/entrypoint.sh built-in #5

sfransen opened this issue Jul 12, 2022 · 0 comments

Comments

@sfransen
Copy link

sfransen commented Jul 12, 2022

note It works fine on mac to build this but on ubuntu 18.0.4 it fails

trying to build this I get this error

Step 15/26 : RUN groupadd android && useradd -d /opt/android-sdk-linux -g android android
---> Running in e73532218720
Removing intermediate container e73532218720
---> db7d683cd8ff
Step 16/26 : COPY tools /opt/tools
---> 891616a56026
Step 17/26 : COPY licenses /opt/licenses
---> e0285627ff95
Step 18/26 : WORKDIR /opt/android-sdk-linux
---> Running in 21cf4d15aab8
Removing intermediate container 21cf4d15aab8
---> a7dcadd3f82e
Step 19/26 : RUN /opt/tools/entrypoint.sh built-in
---> Running in 7ae9d4110d2b

/opt/tools/android-sdk-update.sh: 1: /opt/tools/android-sdk-update.sh: /opt/tools/android-sdk-update.sh: Permission denied
The command '/bin/sh -c /opt/tools/entrypoint.sh built-in' returned a non-zero code: 126

How do I solve this error

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

1 participant