We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: