Files
linuxkit/tools/mkimage-iso-bios/Dockerfile
Rolf Neugebauer 965d013f7f tools: Update to the latest linuxkit/alpine
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
2018-01-25 12:59:21 +00:00

14 lines
218 B
Docker

FROM linuxkit/alpine:cba395fbc278daee841106801aba1e1bd7e0f2f7
RUN \
apk update && apk upgrade && \
apk add --no-cache \
libarchive-tools \
cdrkit \
syslinux \
&& true
COPY . .
ENTRYPOINT [ "/make-iso" ]