1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 11:55:40 +01:00

Add packages to prepareUbuntuInstanceForITests.sh

This commit is contained in:
Bernhard Reiter 2022-04-13 14:32:18 +02:00
parent 6fe6907c1d
commit 9af0471087
No known key found for this signature in database
GPG key ID: 2B7BA3BF9BC3A554

View file

@ -6,7 +6,7 @@ set -e
# by installing the required packages.
apt install -y make git nginx fcgiwrap gnutls-bin
apt install -y make bash sed tar git nginx fcgiwrap gnutls-bin
# Install Go from binary distribution
curl -O https://storage.googleapis.com/golang/go1.18.linux-amd64.tar.gz