sorccu / docker-adb

Dockerfile and instructions for ADB.
Other
200 stars 74 forks source link

Cannot build image #21

Open omarciodanilo opened 4 years ago

omarciodanilo commented 4 years ago

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.