mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-10 20:16:01 +00:00
9 lines
121 B
Docker
9 lines
121 B
Docker
FROM alpine:3.4
|
|
|
|
RUN \
|
|
apk update && apk upgrade && \
|
|
apk add \
|
|
cdrkit \
|
|
syslinux \
|
|
&& rm -rf /var/cache/apk/*
|