this is tuto1

This commit is contained in:
nemunaire 2019-03-04 09:00:22 +01:00
commit 9262917553
19 changed files with 928 additions and 68 deletions

View file

@ -1,23 +1,18 @@
FROM alpine AS mirror
FROM alpine:edge AS mirror
RUN mkdir -p /out/etc/apk/ && \
cp /etc/apk/repositories /out/etc/apk/ && \
cp -r /etc/apk/keys /out/etc/apk/keys
RUN apk add --no-cache --initdb -p /out \
alpine-baselayout \
busybox \
ca-certificates \
curl \
debootstrap \
e2fsprogs \
htop \
iproute2 \
musl \
nano \
tini \
util-linux \
wireguard-tools-wg
util-linux
FROM scratch