blob: 9d7663764e4d44d4620e5aea3ad7ae292d2e4a46 [file] [log] [blame]
#
# Docker cross-compiler target
#
# This docker target builds on the debian Buster base image.
#
FROM qemu:debian10
RUN apt update && \
DEBIAN_FRONTEND=noninteractive eatmydata \
apt install -y --no-install-recommends \
gcc-sh4-linux-gnu \
libc6-dev-sh4-cross