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

15 lines
381 B
Plaintext

IMAGE build
LAYER shared/alpine3.8
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
# Add spotter repository
echo 'http://repo.spotter.cz/apk' >>/etc/apk/repositories
# Update packages
apk --no-cache upgrade
# Install s6 supervisor
apk --no-cache add libxml2 libxslt s6
EOF