repo.or.cz
/
qemu
/
ar7.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tests/test-qmp-cmds: Factor out qmp_dispatch() test helpers
[qemu/ar7.git]
/
tests
/
docker
/
dockerfiles
/
debian-ppc64-cross.docker
blob
4bf88ab02dd01dd4a71cb116a1ff71561e859dcf
1
#
2
# Docker ppc64 cross-compiler target
3
#
4
# This docker target builds on the debian Buster base image.
5
FROM qemu:debian10
6
7
RUN apt update && \
8
DEBIAN_FRONTEND=noninteractive eatmydata \
9
apt install -y --no-install-recommends \
10
gcc-powerpc64-linux-gnu \
11
libc6-dev-ppc64-cross