matthewhartstonge / docker-genymotion

docker-genymotion helps to keep your environment clean, consistent and contained when testing different devices.
BSD 3-Clause "New" or "Revised" License
24 stars 11 forks source link

Build failed #4

Open dlnsk opened 7 years ago

dlnsk commented 7 years ago

/tmp/genymotion-2.7.2-linux_x64.bin: 3: /tmp/genymotion-2.7.2-linux_x64.bin: Syntax error: newline unexpected ERROR: Service 'genymotion' failed to build: The command '/bin/sh -c mkdir -p /genymotion/ && apt-get install -y --no-install-recommends bzip2 libgstreamer-plugins-base0.10-dev libxcomposite-dev libxslt1.1 && chmod +x /tmp/genymotion-${GENY_VERSION}-linux_x64.bin && mkdir -p /root/.Genymobile/ && sync && echo 'Y' | /tmp/genymotion-${GENY_VERSION}-linux_x64.bin -d /' returned a non-zero code: 2

matthewhartstonge commented 7 years ago

Thanks for your bug report @dlnsk.

From what I've seen Genymotion have changed their download URLs, or you may need to be authenticated to download the binaries now. If you want to send a PR to fix this, I'll be happy to merge it in. I no longer work with the company who started using this for in house testing after I played around making this one night to see if it would be possible. As such I now have no motivation to maintain this as the current image in docker hub should still work.

Thanks,

Matt Hartstonge