Add works.weave.role=system label to the scope container.

This commit is contained in:
Tom Wilkie
2015-08-27 14:17:08 +00:00
parent 4db80108bf
commit 18cda35f73

View File

@@ -1,5 +1,6 @@
FROM gliderlabs/alpine
MAINTAINER Weaveworks Inc <help@weave.works>
LABEL works.weave.role=system
WORKDIR /home/weave
RUN echo "http://dl-4.alpinelinux.org/alpine/edge/testing" >>/etc/apk/repositories && \
apk add --update runit conntrack-tools iproute2 util-linux && \