mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 11:55:40 +01:00
improve test setupscript by adding missing zip
Add zip as packages to be installed in preparation as the `make dist` target uses it.
This commit is contained in:
parent
91207f2b7b
commit
ffadad38c6
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ set -e
|
|||
# by installing the required packages.
|
||||
|
||||
apt update
|
||||
apt install -y make bash curl gnupg sed tar git nginx fcgiwrap gnutls-bin
|
||||
apt install -y make bash curl gnupg sed tar git nginx fcgiwrap gnutls-bin zip
|
||||
|
||||
# Install Go from binary distribution
|
||||
latest_go="$(curl https://go.dev/VERSION\?m=text| head -1).linux-amd64.tar.gz"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue