2018-04-23 17:49:09 +02:00
|
|
|
#
|
|
|
|
# Docker cross-compiler target
|
|
|
|
#
|
2019-08-13 16:16:48 +02:00
|
|
|
# This docker target builds on the debian Buster base image.
|
2018-04-23 17:49:09 +02:00
|
|
|
#
|
2020-07-01 15:56:29 +02:00
|
|
|
FROM qemu/debian10
|
2018-04-23 17:49:09 +02:00
|
|
|
|
2019-07-23 16:15:27 +02:00
|
|
|
RUN apt update && \
|
|
|
|
DEBIAN_FRONTEND=noninteractive eatmydata \
|
|
|
|
apt install -y --no-install-recommends \
|
2018-04-23 17:49:09 +02:00
|
|
|
gcc-sparc64-linux-gnu \
|
|
|
|
libc6-dev-sparc64-cross
|