mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 15:44:21 +02:00
chore(docker): install zstd
This commit is contained in:
parent
3b0474f0de
commit
af3e2c9118
@ -10,7 +10,7 @@ baseurl=https://repo.goreleaser.com/yum/
|
|||||||
enabled=1
|
enabled=1
|
||||||
gpgcheck=0' | tee /etc/yum.repos.d/goreleaser.repo
|
gpgcheck=0' | tee /etc/yum.repos.d/goreleaser.repo
|
||||||
|
|
||||||
dnf -y install git gettext rpm-build dos2unix python3 epel-release nfpm
|
dnf -y install git gettext rpm-build dos2unix python3 epel-release nfpm zstd
|
||||||
dnf -y install perl-App-cpanminus perl-JSON
|
dnf -y install perl-App-cpanminus perl-JSON
|
||||||
cpanm App::FatPacker
|
cpanm App::FatPacker
|
||||||
cpanm File::Copy::Recursive
|
cpanm File::Copy::Recursive
|
||||||
|
@ -10,7 +10,7 @@ baseurl=https://repo.goreleaser.com/yum/
|
|||||||
enabled=1
|
enabled=1
|
||||||
gpgcheck=0' | tee /etc/yum.repos.d/goreleaser.repo
|
gpgcheck=0' | tee /etc/yum.repos.d/goreleaser.repo
|
||||||
|
|
||||||
dnf -y install git gettext rpm-build dos2unix python3 epel-release nfpm
|
dnf -y install git gettext rpm-build dos2unix python3 epel-release nfpm zstd
|
||||||
dnf -y install perl-App-cpanminus perl-JSON
|
dnf -y install perl-App-cpanminus perl-JSON
|
||||||
cpanm App::FatPacker
|
cpanm App::FatPacker
|
||||||
cpanm File::Copy::Recursive
|
cpanm File::Copy::Recursive
|
||||||
|
@ -38,7 +38,8 @@ apt-get install -y \
|
|||||||
libjson-perl \
|
libjson-perl \
|
||||||
libapp-fatpacker-perl \
|
libapp-fatpacker-perl \
|
||||||
libfile-copy-recursive-perl \
|
libfile-copy-recursive-perl \
|
||||||
jq
|
jq \
|
||||||
|
zstd
|
||||||
|
|
||||||
echo 'deb [trusted=yes] https://repo.goreleaser.com/apt/ /' | tee /etc/apt/sources.list.d/goreleaser.list
|
echo 'deb [trusted=yes] https://repo.goreleaser.com/apt/ /' | tee /etc/apt/sources.list.d/goreleaser.list
|
||||||
apt-get update
|
apt-get update
|
||||||
|
@ -10,7 +10,7 @@ baseurl=https://repo.goreleaser.com/yum/
|
|||||||
enabled=1
|
enabled=1
|
||||||
gpgcheck=0' | tee /etc/yum.repos.d/goreleaser.repo
|
gpgcheck=0' | tee /etc/yum.repos.d/goreleaser.repo
|
||||||
|
|
||||||
yum -y install git gettext rpm-build dos2unix python3 epel-release nfpm
|
yum -y install git gettext rpm-build dos2unix python3 epel-release nfpm zstd
|
||||||
yum -y install perl-App-FatPacker perl-File-Copy-Recursive perl-JSON
|
yum -y install perl-App-FatPacker perl-File-Copy-Recursive perl-JSON
|
||||||
yum clean all
|
yum clean all
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user