diff --git a/images/Dockerfile.rox b/images/Dockerfile.rox index a5f90b58..b9424583 100644 --- a/images/Dockerfile.rox +++ b/images/Dockerfile.rox @@ -80,6 +80,11 @@ RUN set -ex \ bind9-host \ && rm -rf /var/lib/apt/lists/* +# Install bats +RUN set -ex \ + && npm install -g bats@1.2.0 tap-junit \ + && bats -v + # Install jq RUN curl -L --output jq https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64 \ && chmod +x ./jq \