monitor: simplify functions for getting a dup'd fdset entry
[qemu/ar7.git] / tests / docker / dockerfiles / debian-alpha-cross.docker
blob10fe30df0dd1c964eb9736fdda25e464eaaae4b7
2 # Docker cross-compiler target
4 # This docker target builds on the debian Buster base image.
6 FROM qemu/debian10
8 RUN apt update && \
9     DEBIAN_FRONTEND=noninteractive eatmydata \
10     apt install -y --no-install-recommends \
11         gcc-alpha-linux-gnu \
12         libc6.1-dev-alpha-cross