Install weaveutil so we don't have to run it via docker

This commit is contained in:
Bryan Boreham
2017-02-23 21:12:01 +00:00
committed by Alfonso Acosta
parent 0a3c58b641
commit a60192d98a
3 changed files with 9 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ RUN apk add --update bash runit conntrack-tools iproute2 util-linux curl && \
rm -rf /var/cache/apk/*
ADD ./docker.tgz /
ADD ./demo.json /
ADD ./weave /usr/bin/
ADD ./weave ./weaveutil /usr/bin/
COPY ./scope ./runsvinit ./entrypoint.sh /home/weave/
COPY ./run-app /etc/service/app/run
COPY ./run-probe /etc/service/probe/run