Skip to content

Commit

Permalink
Get bats (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
gavin-stackrox authored Dec 14, 2020
1 parent 89ccdb6 commit 72b29c3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions images/Dockerfile.rox
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@ RUN set -ex \
bind9-host \
&& rm -rf /var/lib/apt/lists/*

# Install bats
RUN set -ex \
&& npm install -g [email protected] 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 \
Expand Down

0 comments on commit 72b29c3

Please sign in to comment.