Compare commits
2 Commits
6cd88a70ef
...
3d9dd0ecf2
Author | SHA1 | Date |
---|---|---|
|
3d9dd0ecf2 | |
|
8ae4e625d0 |
|
@ -27,9 +27,12 @@ RUN --mount=type=cache,target=/var/cache \
|
||||||
buildah \
|
buildah \
|
||||||
dosfstools \
|
dosfstools \
|
||||||
gettext-envsubst \
|
gettext-envsubst \
|
||||||
|
libconfuse \
|
||||||
squashfs-tools \
|
squashfs-tools \
|
||||||
tar \
|
tar \
|
||||||
zstd \
|
zstd \
|
||||||
&& :
|
&& :
|
||||||
|
|
||||||
COPY --from=build /usr/local/bin/genimage /usr/local/bin/genimage
|
COPY --from=build /usr/local/bin/genimage /usr/local/bin/genimage
|
||||||
|
|
||||||
|
ENV BUILDAH_ISOLATION=chroot
|
||||||
|
|
Loading…
Reference in New Issue