fix: add jq to dockerfile

This commit is contained in:
Richard Ramos 2020-11-06 11:02:10 -04:00 committed by Iuri Matias
parent 97c6abbb05
commit 7e857807e5
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \
&& sudo add-apt-repository -y ppa:git-core/ppa \
&& sudo apt update -yq \
&& sudo apt install -yq --fix-missing \
build-essential cmake git s3cmd libpcre3-dev libnss3 libxcomposite1 libxtst6
build-essential cmake git s3cmd libpcre3-dev libnss3 libxcomposite1 libxtst6 jq
# Installing Golang
RUN GOLANG_SHA256="aed845e4185a0b2a3c3d5e1d0a35491702c55889192bb9c30e67a3de6849c067" \

View File

@ -6,7 +6,7 @@ sudo apt update
sudo apt install -y software-properties-common
sudo add-apt-repository -y ppa:git-core/ppa
sudo apt update
sudo apt install -y --fix-missing build-essential cmake git libpcre3-dev
sudo apt install -y --fix-missing build-essential cmake git libpcre3-dev jq
# Installing GO
# Probably should be part of a dockerfile