7 lines
134 B
Docker
7 lines
134 B
Docker
FROM docker.io/alpine:edge
|
|
RUN apk add --no-cache buildah
|
|
|
|
|
|
# Use chroot isolation to avoid unshare call
|
|
ENV BUILDAH_ISOLATION=chroot
|