Skip to content
Snippets Groups Projects
Commit 574fabfe authored by nimrod's avatar nimrod
Browse files

Simple and small image for Bats.

parent 6b84e342
No related branches found
No related tags found
No related merge requests found
FROM alpine:3.12
RUN apk add --update --no-cache \
bats \
build-base \
git \
;
RUN wget https://github.com/cloudbees-oss/juxr/releases/download/0.1.22/juxr-x86_64-unknown-linux-musl.tar.gz -O - | tar -xzC /usr/local/bin
ENV GIT_AUTHOR_EMAIL='you@example.com' \
GIT_AUTHOR_NAME='Your Name'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment