mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-03 18:20:27 +00:00
6 lines
139 B
Docker
6 lines
139 B
Docker
FROM golang:1.5.1
|
|
ENV GO15VENDOREXPERIMENT 1
|
|
RUN apt-get update && apt-get install -y libpcap-dev
|
|
COPY build.sh /
|
|
ENTRYPOINT ["/build.sh"]
|