chore(docker): install zstd

This commit is contained in:
Kevin Duret 2023-05-29 12:54:14 +02:00
parent 3b0474f0de
commit af3e2c9118
4 changed files with 5 additions and 4 deletions

View File

@ -10,7 +10,7 @@ baseurl=https://repo.goreleaser.com/yum/
enabled=1
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
cpanm App::FatPacker
cpanm File::Copy::Recursive

View File

@ -10,7 +10,7 @@ baseurl=https://repo.goreleaser.com/yum/
enabled=1
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
cpanm App::FatPacker
cpanm File::Copy::Recursive

View File

@ -38,7 +38,8 @@ apt-get install -y \
libjson-perl \
libapp-fatpacker-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
apt-get update

View File

@ -10,7 +10,7 @@ baseurl=https://repo.goreleaser.com/yum/
enabled=1
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 clean all