Files
linuxkit/tools/mkimage-raw-bios/Dockerfile
Rolf Neugebauer 61727d3b50 tools: Update to the latest alpine base image
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
2018-03-13 14:39:57 +00:00

15 lines
234 B
Docker

FROM linuxkit/alpine:96ad1eb5ec262b4cd0eef574cdc0b225b502d9ee
RUN \
apk update && apk upgrade && \
apk add --no-cache \
dosfstools \
libarchive-tools \
sfdisk \
syslinux \
&& true
COPY . .
ENTRYPOINT [ "/make-bios" ]