diff --git a/builder/Dockerfile b/builder/Dockerfile index 0df56c4b35e1..74a0b4b28e45 100644 --- a/builder/Dockerfile +++ b/builder/Dockerfile @@ -17,6 +17,8 @@ LABEL maintainer="Marcin Wielgus " ENV GOPATH /gopath/ ENV PATH $GOPATH/bin:$PATH + +RUN apt-get update && apt-get --yes install libseccomp-dev RUN go version RUN go get github.com/tools/godep RUN godep version