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

18 lines
455 B
Plaintext
Raw Normal View History

IMAGE alpine3.9 3.9.4-190620
META title Alpine 3.9
META desc-cs Základní LXC vrstva s Alpine linuxem 3.9
META desc-en Basic LXC layer with Alpine linux 3.9
META type layer
META license GPL
2018-09-05 17:46:44 +02:00
COPY https://github.com/gliderlabs/docker-alpine/raw/rootfs/library-3.9/x86_64/versions/library-3.9/x86_64/rootfs.tar.xz
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