mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-24 23:47:29 +00:00
14 lines
218 B
Docker
14 lines
218 B
Docker
FROM linuxkit/alpine:daed76b8f1d28cdeeee215a95b9671c682a405dc
|
|
|
|
RUN \
|
|
apk update && apk upgrade && \
|
|
apk add --no-cache \
|
|
libarchive-tools \
|
|
cdrkit \
|
|
syslinux \
|
|
&& true
|
|
|
|
COPY . .
|
|
|
|
ENTRYPOINT [ "/make-iso" ]
|