gliderlabs / docker-alpine

Alpine Linux Docker image. Win at minimalism!
http://gliderlabs.viewdocs.io/docker-alpine
BSD 2-Clause "Simplified" License
5.7k stars 528 forks source link

ia32-libs support #169

Open rpau opened 8 years ago

rpau commented 8 years ago

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!

andyshinn commented 8 years ago

I don't see any package for it. What does it do? Where is the upstream project living?

jk2K commented 8 years ago

see this SO question

TL;DR, The core problem is how to run 32-bit program in 64-bit alpine?

mbrevda commented 7 years ago

+1 here - it doesn't seem that it is possible to build android currently on alpine

pocmo commented 6 years ago

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/