adlin-tuto1 img
This commit is contained in:
parent
a79383b263
commit
4ca1c4c3ca
25
pkg/adlin-tuto1/Dockerfile
Normal file
25
pkg/adlin-tuto1/Dockerfile
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
FROM alpine 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
|
||||||
|
|
||||||
|
|
||||||
|
FROM scratch
|
||||||
|
|
||||||
|
COPY --from=mirror /out/ /
|
1
pkg/adlin-tuto1/build.yml
Normal file
1
pkg/adlin-tuto1/build.yml
Normal file
@ -0,0 +1 @@
|
|||||||
|
image: adlin-tuto1
|
Reference in New Issue
Block a user