From 4a6d612d2582e250fa05da488d09dfa3b801231e Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Mon, 30 Jul 2018 11:28:53 -0400 Subject: [PATCH] basic buildah image --- buildah/Dockerfile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 buildah/Dockerfile diff --git a/buildah/Dockerfile b/buildah/Dockerfile new file mode 100644 index 0000000..6f0327a --- /dev/null +++ b/buildah/Dockerfile @@ -0,0 +1,6 @@ +FROM fedora:latest +RUN dnf update -y && \ + dnf install -y buildah git +VOLUME /build +WORKDIR /build +ENTRYPOINT /usr/bin/buildah