Added cross packages for powerpc, armel and aarch64

This commit is contained in:
Steven Noble
2017-04-26 15:35:14 -07:00
parent c8cc93e0d8
commit 7ed737cd94

View File

@@ -7,12 +7,29 @@ FROM opennetworklinux/builder8:1.5
MAINTAINER Jeffrey Townsend <jeffrey.townsend@bigswitch.com>
RUN apt-get update && apt-get install -y \
libreadline-dev texinfo libjson-c-dev pkg-config flex \
python-pip libc-ares-dev python3-dev texlive-latex-base \
texlive-generic-recommended libpam0g-dev libpam0g-dev \
libcap-dev hardening-wrapper libpcre3-dev chrpath \
dh-autoreconf libjson0 libjson0-dev dh-systemd \
libsystemd-dev python-ipaddr groff devscripts
chrpath devscripts dh-autoreconf dh-systemd flex \
hardening-wrapper libcap-dev libc-ares-dev libjson0 \
libjson0-dev libjson-c-dev libpam0g-dev libpcre3-dev \
libreadline-dev libsystemd-dev pkg-config \
texlive-generic-recommended texinfo texlive-latex-base
RUN xapt -a powerpc chrpath hardening-wrapper \
libcap-dev libc-ares-dev libjson0 libjson0-dev \
libjson-c-dev libpam0g-dev libpcre3-dev libreadline-dev \
libsystemd-dev pkg-config texinfo libreadline6-dev \
libtext-unidecode-perl libintl-perl libxml-libxml-perl
RUN xapt -a arm64 chrpath groff hardening-wrapper \
libcap-dev libc-ares-dev libjson0 libjson0-dev \
libjson-c-dev libpam0g-dev libpcre3-dev libreadline-dev \
libsystemd-dev pkg-config texinfo libreadline6-dev \
libintl-perl libxml-libxml-perl
RUN xapt -a armel chrpath groff hardening-wrapper \
libcap-dev libc-ares-dev libjson0 libjson0-dev \
libjson-c-dev libpam0g-dev libpcre3-dev libreadline-dev \
libsystemd-dev pkg-config texinfo libreadline6-dev \
libintl-perl libxml-libxml-perl
# Docker shell and other container tools.
#