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