fix: add jq to dockerfile
This commit is contained in:
parent
97c6abbb05
commit
7e857807e5
|
@ -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" \
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue