wasabeef / dockerfiles

A collection of Dockerfiles
12 stars 7 forks source link

Unable to build android image #2

Open IgorGanapolsky opened 7 years ago

IgorGanapolsky commented 7 years ago

Hi, I am trying to build your android image on my Raspberry Pi. I am getting the following error:

Sending build context to Docker daemon 6.144 kB Step 1/31 : FROM centos latest: Pulling from library/centos 45a2e645736c: Pull complete Digest: sha256:c577af3197aacedf79c5a204cd7f493c8e07ffbce7f88f7600bf19c688c38799 Status: Downloaded newer image for centos:latest ---> 67591570dd29 Step 2/31 : MAINTAINER wasabeef dadadada.chop@gmail.com ---> Running in 14c279a45497 ---> 6b0dde3b0a8d Removing intermediate container 14c279a45497 Step 3/31 : RUN yum -y groupinstall "Development Tools" ---> Running in 96bd2c4aa487 standard_init_linux.go:178: exec user process caused "exec format error"

Please advise, Igor