basic buildah image
This commit is contained in:
parent
618baeb12c
commit
4a6d612d25
1 changed files with 6 additions and 0 deletions
6
buildah/Dockerfile
Normal file
6
buildah/Dockerfile
Normal 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
|
Loading…
Reference in a new issue