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

Cannot build image #21

Open
omarciodanilo opened this issue Aug 7, 2020 · 0 comments
Open

Cannot build image #21

omarciodanilo opened this issue Aug 7, 2020 · 0 comments

Comments

@omarciodanilo
Copy link

When I run docker build -t docker-adb . I get the following error:

/root/update-platform-tools.sh
No such file or directory

The command '/bin/sh -c set -xeo pipefail && apk update && apk add wget ca-certificates tini && wget -O "/etc/apk/keys/sgerrand.rsa.pub" "https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub" && wget -O "/tmp/glibc.apk" "https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.28-r0/glibc-2.28-r0.apk" && wget -O "/tmp/glibc-bin.apk" "https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.28-r0/glibc-bin-2.28-r0.apk" && apk add "/tmp/glibc.apk" "/tmp/glibc-bin.apk" && rm "/etc/apk/keys/sgerrand.rsa.pub" && rm "/root/.wget-hsts" && rm "/tmp/glibc.apk" "/tmp/glibc-bin.apk" && rm -r /var/cache/apk/APKINDEX.* && /root/update-platform-tools.sh' returned a non-zero code: 127

Can anyone help?

Best regards.

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