basic buildah image

This commit is contained in:
Vincent Batts 2018-07-30 11:28:53 -04:00
parent 618baeb12c
commit 4a6d612d25
1 changed files with 6 additions and 0 deletions

6
buildah/Dockerfile Normal file
View File

@ -0,0 +1,6 @@
FROM fedora:latest
RUN dnf update -y && \
dnf install -y buildah git
VOLUME /build
WORKDIR /build
ENTRYPOINT /usr/bin/buildah