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.
1 parent 4e5f260 commit 2254974Copy full SHA for 2254974
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