mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-13 22:52:43 +00:00
14 lines
218 B
Docker
14 lines
218 B
Docker
FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7
|
|
|
|
RUN \
|
|
apk update && apk upgrade && \
|
|
apk add --no-cache \
|
|
libarchive-tools \
|
|
cdrkit \
|
|
syslinux \
|
|
&& true
|
|
|
|
COPY . .
|
|
|
|
ENTRYPOINT [ "/make-iso" ]
|