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
|
||||
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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue