Files
weave-scope/backend/Dockerfile

5 lines
116 B
Docker

FROM golang:1.5.1
ENV GO15VENDOREXPERIMENT 1
RUN apt-get update && apt-get install -y libpcap-dev
COPY build.bash /