container-images/buildah/Dockerfile

7 lines
130 B
Docker
Raw Normal View History

2018-07-30 15:28:53 +00:00
FROM fedora:latest
RUN dnf update -y && \
dnf install -y buildah git
VOLUME /build
WORKDIR /build
ENTRYPOINT /usr/bin/buildah