diff --git a/Dockerfile.build b/Dockerfile.build index eb228c3..082d5af 100644 --- a/Dockerfile.build +++ b/Dockerfile.build @@ -1,7 +1,7 @@ FROM golang:1.17.6-buster RUN apt-get update \ - && apt install apt-transport-https build-essential curl gnupg2 lintian rpm rsync rubygems-integration ruby-dev ruby -qy \ + && apt install apt-transport-https build-essential curl gnupg2 jq lintian rpm rsync rubygems-integration ruby-dev ruby -qy \ && git clone https://github.com/bats-core/bats-core.git /tmp/bats-core \ && cd /tmp/bats-core \ && ./install.sh /usr/local \