mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-05 15:13:08 +00:00
15 lines
234 B
Docker
15 lines
234 B
Docker
FROM linuxkit/alpine:d307c8a386fa3f32cddda9409b9687e191cdd6f1
|
|
|
|
RUN \
|
|
apk update && apk upgrade && \
|
|
apk add --no-cache \
|
|
dosfstools \
|
|
libarchive-tools \
|
|
sfdisk \
|
|
syslinux \
|
|
&& true
|
|
|
|
COPY . .
|
|
|
|
ENTRYPOINT [ "/make-bios" ]
|