mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-05 11:06:31 +00:00
15 lines
234 B
Docker
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" ]
|