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

This commit is contained in:
Bryan Boreham
2017-02-24 12:31:10 +00:00
committed by Alfonso Acosta
parent 0a3c58b641
commit a60192d98a
3 changed files with 9 additions and 2 deletions
+1 -1
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