mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
dockerfiles: add rsync to docker build environments
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
This commit is contained in:
parent
d6218c0409
commit
56d664d3fc
@ -24,7 +24,7 @@ RUN apt-get install -y \
|
||||
wget bash bc gcc sed patch patchutils tar bzip2 gzip xz-utils zstd perl gawk gperf zip \
|
||||
unzip diffutils lzop make file g++ xfonts-utils xsltproc default-jre-headless python3 \
|
||||
libc6-dev libncurses5-dev libjson-perl libxml-parser-perl libparse-yapp-perl rdfind \
|
||||
golang-1.21-go/bookworm-backports git openssh-client \
|
||||
golang-1.21-go/bookworm-backports git openssh-client rsync \
|
||||
--no-install-recommends \
|
||||
&& ln -s /usr/lib/go-1.21 /usr/lib/go \
|
||||
&& ln -s /usr/lib/go-1.21/bin/go /usr/bin/go \
|
||||
|
@ -21,7 +21,7 @@ RUN apt-get update && apt-get install -y \
|
||||
wget bash bc gcc-10 sed patch patchutils tar bzip2 gzip xz-utils zstd perl gawk gperf zip \
|
||||
unzip diffutils lzop make file g++-10 xfonts-utils xsltproc default-jre-headless python3 \
|
||||
libc6-dev libncurses5-dev libjson-perl libxml-parser-perl libparse-yapp-perl \
|
||||
golang-1.18-go git openssh-client \
|
||||
golang-1.18-go git openssh-client rsync \
|
||||
--no-install-recommends \
|
||||
&& ln -s /usr/lib/go-1.18 /usr/lib/go \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
@ -22,7 +22,7 @@ RUN apt-get install -y \
|
||||
wget bash bc gcc-12 sed patch patchutils tar bzip2 gzip xz-utils zstd perl gawk gperf zip \
|
||||
unzip diffutils lzop make file g++-12 xfonts-utils xsltproc default-jre-headless python3 \
|
||||
libc6-dev libncurses5-dev libjson-perl libxml-parser-perl libparse-yapp-perl rdfind \
|
||||
golang-1.21-go git openssh-client \
|
||||
golang-1.21-go git openssh-client rsync \
|
||||
--no-install-recommends \
|
||||
&& ln -s /usr/lib/go-1.21 /usr/lib/go \
|
||||
&& ln -s /usr/lib/go-1.21/bin/go /usr/bin/go \
|
||||
|
@ -21,7 +21,7 @@ RUN apt-get install -y \
|
||||
wget bash bc gcc-14 cpp-14 sed patch patchutils tar bzip2 gzip xz-utils zstd perl gawk gperf zip \
|
||||
unzip diffutils lzop make file g++-14 xfonts-utils xsltproc default-jre-headless python3 \
|
||||
libc6-dev libncurses5-dev libjson-perl libxml-parser-perl libparse-yapp-perl rdfind \
|
||||
golang-go git openssh-client \
|
||||
golang-go git openssh-client rsync \
|
||||
--no-install-recommends
|
||||
|
||||
RUN if [ "$(uname -m)" = "aarch64" ]; then \
|
||||
|
Loading…
x
Reference in New Issue
Block a user