this is tuto1
This commit is contained in:
parent
9eaa2bf4e8
commit
9262917553
19 changed files with 928 additions and 68 deletions
|
|
@ -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
|
||||
|
|
|
|||
Reference in a new issue