mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-18 20:37:56 +00:00
Add rsync dependency
Recent Linux kernels (5.3 and newer) use rsync to copy headers around. Add the rsync package to the list of dependencies. Signed-off-by: Chris Packham <judge.packham@gmail.com>
This commit is contained in:
parent
5659366bf6
commit
30c3a44b4b
@ -7,7 +7,7 @@ RUN adduser -D -h /home/ctng -G ctng -u $CTNG_UID -s /bin/bash ctng
|
||||
RUN echo http://dl-cdn.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositories
|
||||
RUN echo http://dl-cdn.alpinelinux.org/alpine/edge/community >> /etc/apk/repositories
|
||||
RUN apk update
|
||||
RUN apk add alpine-sdk wget xz git bash autoconf automake bison flex texinfo help2man gawk libtool ncurses-dev gettext-dev python-dev
|
||||
RUN apk add alpine-sdk wget xz git bash autoconf automake bison flex texinfo help2man gawk libtool ncurses-dev gettext-dev python-dev rsync
|
||||
RUN wget -O /sbin/dumb-init https://github.com/Yelp/dumb-init/releases/download/v1.2.1/dumb-init_1.2.1_amd64
|
||||
RUN chmod a+x /sbin/dumb-init
|
||||
RUN echo 'export PATH=/opt/ctng/bin:$PATH' >> /etc/profile
|
||||
|
@ -3,7 +3,7 @@ ARG CTNG_UID=1000
|
||||
ARG CTNG_GID=1000
|
||||
RUN pacman -Sy --noconfirm archlinux-keyring
|
||||
RUN pacman -Syu --noconfirm
|
||||
RUN pacman -S --noconfirm base-devel git help2man python unzip wget audit
|
||||
RUN pacman -S --noconfirm base-devel git help2man python unzip wget audit rsync
|
||||
RUN groupadd -g $CTNG_GID ctng
|
||||
RUN useradd -d /home/ctng -m -g $CTNG_GID -u $CTNG_UID -s /bin/bash ctng
|
||||
RUN wget -O /sbin/dumb-init https://github.com/Yelp/dumb-init/releases/download/v1.2.1/dumb-init_1.2.1_amd64
|
||||
|
@ -5,7 +5,7 @@ RUN groupadd -g $CTNG_GID ctng
|
||||
RUN useradd -d /home/ctng -m -g $CTNG_GID -u $CTNG_UID -s /bin/bash ctng
|
||||
RUN yum install -y epel-release
|
||||
RUN yum install -y autoconf gperf bison flex texinfo help2man gcc-c++ libtool libtool-bin patch \
|
||||
ncurses-devel python34-devel perl-Thread-Queue bzip2 git wget xz unzip
|
||||
ncurses-devel python34-devel perl-Thread-Queue bzip2 git wget xz unzip rsync
|
||||
RUN wget -O /sbin/dumb-init https://github.com/Yelp/dumb-init/releases/download/v1.2.1/dumb-init_1.2.1_amd64
|
||||
RUN chmod a+x /sbin/dumb-init
|
||||
RUN echo 'export PATH=/opt/ctng/bin:$PATH' >> /etc/profile
|
||||
|
@ -5,7 +5,7 @@ RUN groupadd -g $CTNG_GID ctng
|
||||
RUN useradd -d /home/ctng -m -g $CTNG_GID -u $CTNG_UID -s /bin/bash ctng
|
||||
RUN yum install -y epel-release
|
||||
RUN yum install -y autoconf gperf bison file flex texinfo help2man gcc-c++ libtool make patch \
|
||||
ncurses-devel python36-devel perl-Thread-Queue bzip2 git wget which xz unzip
|
||||
ncurses-devel python36-devel perl-Thread-Queue bzip2 git wget which xz unzip rsync
|
||||
RUN ln -sf python36 /usr/bin/python3
|
||||
RUN wget -O /sbin/dumb-init https://github.com/Yelp/dumb-init/releases/download/v1.2.1/dumb-init_1.2.1_amd64
|
||||
RUN chmod a+x /sbin/dumb-init
|
||||
|
@ -4,7 +4,7 @@ ARG CTNG_GID=1000
|
||||
RUN groupadd -g $CTNG_GID ctng
|
||||
RUN useradd -d /home/ctng -m -g $CTNG_GID -u $CTNG_UID -s /bin/bash ctng
|
||||
RUN yum install -y autoconf gperf bison file flex texinfo help2man gcc-c++ libtool make patch \
|
||||
ncurses-devel python3-devel perl-Thread-Queue bzip2 git wget which xz unzip
|
||||
ncurses-devel python3-devel perl-Thread-Queue bzip2 git wget which xz unzip rsync
|
||||
RUN wget -O /sbin/dumb-init https://github.com/Yelp/dumb-init/releases/download/v1.2.1/dumb-init_1.2.1_amd64
|
||||
RUN chmod a+x /sbin/dumb-init
|
||||
RUN echo 'export PATH=/opt/ctng/bin:$PATH' >> /etc/profile
|
||||
|
@ -5,7 +5,7 @@ RUN groupadd -g $CTNG_GID ctng
|
||||
RUN useradd -d /home/ctng -m -g $CTNG_GID -u $CTNG_UID -s /bin/bash ctng
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y gcc gperf bison flex texinfo help2man make libncurses5-dev \
|
||||
python3-dev autoconf automake libtool libtool-bin gawk wget
|
||||
python3-dev autoconf automake libtool libtool-bin gawk wget rsync
|
||||
RUN wget -O /sbin/dumb-init https://github.com/Yelp/dumb-init/releases/download/v1.2.1/dumb-init_1.2.1_amd64
|
||||
RUN chmod a+x /sbin/dumb-init
|
||||
RUN echo 'export PATH=/opt/ctng/bin:$PATH' >> /etc/profile
|
||||
|
@ -6,7 +6,7 @@ RUN useradd -d /home/ctng -m -g $CTNG_GID -u $CTNG_UID -s /bin/bash ctng
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y gcc g++ gperf bison flex texinfo help2man make libncurses5-dev \
|
||||
python3-dev autoconf automake libtool libtool-bin gawk wget bzip2 xz-utils unzip \
|
||||
patch libstdc++6
|
||||
patch libstdc++6 rsync
|
||||
RUN wget -O /sbin/dumb-init https://github.com/Yelp/dumb-init/releases/download/v1.2.1/dumb-init_1.2.1_amd64
|
||||
RUN chmod a+x /sbin/dumb-init
|
||||
RUN echo 'export PATH=/opt/ctng/bin:$PATH' >> /etc/profile
|
||||
|
@ -6,7 +6,7 @@ RUN useradd -d /home/ctng -m -g $CTNG_GID -u $CTNG_UID -s /bin/bash ctng
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y gcc g++ gperf bison flex texinfo help2man make libncurses5-dev \
|
||||
python3-dev autoconf automake libtool libtool-bin gawk wget bzip2 xz-utils unzip \
|
||||
patch libstdc++6
|
||||
patch libstdc++6 rsync
|
||||
RUN wget -O /sbin/dumb-init https://github.com/Yelp/dumb-init/releases/download/v1.2.1/dumb-init_1.2.1_amd64
|
||||
RUN chmod a+x /sbin/dumb-init
|
||||
RUN echo 'export PATH=/opt/ctng/bin:$PATH' >> /etc/profile
|
||||
|
Loading…
Reference in New Issue
Block a user