repo.or.cz
/
qemu
/
armbru.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
migration/rdma: Plug memory leaks in qemu_rdma_registration_stop()
[qemu/armbru.git]
/
tests
/
docker
/
dockerfiles
/
debian-m68k-cross.docker
blob
25edc80e9a3d18ea5a17c8b5a4508049afef2c0a
1
#
2
# Docker cross-compiler target
3
#
4
# This docker target builds on the debian Buster base image.
5
#
6
FROM qemu:debian10
7
8
RUN apt update && \
9
DEBIAN_FRONTEND=noninteractive eatmydata \
10
apt install -y --no-install-recommends \
11
gcc-m68k-linux-gnu \
12
libc6-dev-m68k-cross