fickit: include local pkg

This commit is contained in:
nemunaire 2019-01-17 07:38:47 +01:00
commit 5d644fa366
17 changed files with 404 additions and 0 deletions

View file

@ -0,0 +1,10 @@
FROM alpine AS mirror
RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/
RUN apk add --no-cache --initdb -p /out \
dosfstools \
syslinux
RUN rm -rf /out/etc/apk /out/lib/apk /out/var/cache
FROM scratch
COPY --from=mirror /out/ /

View file

@ -0,0 +1,8 @@
image: syslinux
network: true
config:
binds:
- /dev:/dev
capabilities:
- CAP_SYS_ADMIN
ipc: new