mirror of
https://github.com/budtmo/docker-android.git
synced 2026-04-25 12:15:52 +03:00
[GH-ISSUE #77] Error building x86 image on master #62
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/docker-android#62
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Kignuf on GitHub (May 17, 2018).
Original GitHub issue: https://github.com/budtmo/docker-android/issues/77
Hello Budi, I hope you are well.
I am running into an issue when building the docker x86 image, from current master. I'm getting an error at step 15
Operating System:
Linux version 3.16.0-5-amd64 (debian-kernel@lists.debian.org) (gcc version 4.8.4 (Debian 4.8.4-1) ) #1 SMP Debian 3.16.51-3+deb8u1 (2018-01-08)
Docker Version:
Docker version 17.05.0-ce, build 89658be
Expected Behavior
I am able to build the image
Actual Behavior
@budtmo commented on GitHub (May 17, 2018):
Hi @Kignuf ,
Thank you for contacting me. You can take a look release.sh to see how I build the image, but the easiest way is to use my docker-image as base and you can extend it from there.
I'll close this issue because it is not a bug. Feel free to reopen it if needed.
@Kignuf commented on GitHub (May 21, 2018):
Thanks for the answer. I managed to make a build locally.
I wanted to add some options to the way the emulator is started, so I think I couldn't do that by extending your image.