Add MQ build level to the container labels (#195)
* Changes to add MQ build level to the container labels * Add jq as a dependency
This commit is contained in:
committed by
GitHub Enterprise
parent
2f103128f3
commit
eff6ded259
@@ -21,6 +21,8 @@ set -ex
|
||||
|
||||
sudo curl -Lo /usr/local/bin/dep https://github.com/golang/dep/releases/download/v0.5.1/dep-linux-$ARCH
|
||||
sudo chmod +x /usr/local/bin/dep
|
||||
sudo apt-get update || :
|
||||
sudo apt-get install -y jq
|
||||
|
||||
go install golang.org/x/lint/golint@latest
|
||||
curl -sfL https://raw.githubusercontent.com/securego/gosec/master/install.sh | sh -s -- -b $GOPATH/bin 2.0.0 || echo "Gosec not installed. Platform may not be supported."
|
||||
|
||||
Reference in New Issue
Block a user