We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e5f260 + 2254974 commit 75c0779Copy full SHA for 75c0779
builder/Dockerfile
@@ -17,6 +17,8 @@ LABEL maintainer="Marcin Wielgus <[email protected]>"
17
18
ENV GOPATH /gopath/
19
ENV PATH $GOPATH/bin:$PATH
20
+
21
+RUN apt-get update && apt-get --yes install libseccomp-dev
22
RUN go version
23
RUN go get github.com/tools/godep
24
RUN godep version
0 commit comments