docker-alpine
docker-alpine copied to clipboard
ia32-libs support
Hi,
I am creating a Dockerfile FROM iron/base adding the Android development tools. However, I get the same error than https://groups.google.com/forum/#!topic/android-developers/fBhcq6FZGXI
Unable to run 'adb': Cannot run program "/opt/android-sdk-linux/platform-tools/adb": java.io.IOException: error=2
And the answer is to install ia32-libs. How can I do it with alpine?
Thank you in advance!
I don't see any package for it. What does it do? Where is the upstream project living?
+1 here - it doesn't seem that it is possible to build android currently on alpine
I had the same problem and went back to an Ubuntu image for building Android apps.
However today I came across the following image and managed to build my own Android development image based on Alpine following the same approach (openjdk:8-alpine + alpine-pkg-glibc): https://hub.docker.com/r/alvrme/alpine-android/~/dockerfile/