Files
linuxkit/tools/mkimage-raw-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

15 lines
234 B
Docker

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