From 574fabfedda84278b1c431deb9616c08da8e375e Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sun, 27 Dec 2020 15:25:43 +0200 Subject: [PATCH] Simple and small image for Bats. --- Dockerfile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Dockerfile diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..5fafcfb --- /dev/null +++ b/Dockerfile @@ -0,0 +1,9 @@ +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' -- GitLab