2 # Docker cross-compiler target
4 # This docker target builds on the debian sid base image which
5 # contains cross compilers for Debian "ports" targets.
9 RUN DEBIAN_FRONTEND=noninteractive eatmydata \
10 apt-get install -y --no-install-recommends \
12 libc6.1-dev-alpha-cross || { echo "Failed to build - see debian-sid.docker notes"; exit 1; }