Spotter-VM/lxc-shared/alpine3.9/lxcfile

14 lines
299 B
Plaintext
Raw Normal View History

2018-09-05 18:25:27 +02:00
IMAGE build
LAYER shared/alpine3.9
COPY https://github.com/gliderlabs/docker-alpine/raw/rootfs/library-3.9/x86_64/versions/library-3.9/x86_64/rootfs.tar.xz
2018-09-05 17:46:44 +02:00
2019-06-05 09:33:28 +02:00
COPY lxc
2019-06-05 09:33:28 +02:00
RUN EOF
2019-03-19 15:00:32 +01:00
# Update packages
apk --no-cache upgrade
# Install s6 supervisor
apk --no-cache add libxml2 libxslt s6
2018-09-12 16:08:10 +02:00
EOF