7 lines
130 B
Text
7 lines
130 B
Text
|
FROM fedora:latest
|
||
|
RUN dnf update -y && \
|
||
|
dnf install -y buildah git
|
||
|
VOLUME /build
|
||
|
WORKDIR /build
|
||
|
ENTRYPOINT /usr/bin/buildah
|