mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-28 09:41:57 +00:00
Clean up Dockerfiles
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
FROM alpine:3.7
|
||||
WORKDIR /home/weave
|
||||
RUN apk add --update bash conntrack-tools iproute2 util-linux curl && \
|
||||
rm -rf /var/cache/apk/*
|
||||
RUN apk add --no-cache bash conntrack-tools iproute2 util-linux curl
|
||||
COPY ./scope /home/weave/
|
||||
ENTRYPOINT ["/home/weave/scope", "--mode=probe", "--no-app", "--probe.docker=true"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user