2018-04-23 16:49:09 +01:00
|
|
|
#
|
|
|
|
# Docker cross-compiler target
|
|
|
|
#
|
2019-08-13 15:16:48 +01:00
|
|
|
# This docker target builds on the debian Buster base image.
|
2018-04-23 16:49:09 +01:00
|
|
|
#
|
2020-07-01 14:56:29 +01:00
|
|
|
FROM qemu/debian10
|
2018-04-23 16:49:09 +01: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 16:49:09 +01:00
|
|
|
gcc-sparc64-linux-gnu \
|
|
|
|
libc6-dev-sparc64-cross
|