mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-08 09:54:17 +00:00
15 lines
234 B
Docker
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" ]
|