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

17 lines
446 B
Plaintext

IMAGE alpine3.8 3.8.4-190620
META title Alpine 3.8
META desc-cs Základní LXC vrstva s Alpine linuxem 3.8
META desc-en Basic LXC layer with Alpine linux 3.8
META type layer
META license GPL
COPY https://github.com/gliderlabs/docker-alpine/raw/rootfs/library-3.8/x86_64/versions/library-3.8/x86_64/rootfs.tar.xz
RUN EOF
# Update packages
apk --no-cache upgrade
# Install s6 supervisor
apk --no-cache add libxml2 libxslt s6
EOF