mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-11-01 10:48:18 +00:00
Added cross packages for powerpc, armel and aarch64
This commit is contained in:
@@ -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.
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user