Skip to content
Snippets Groups Projects
Commit 22549748 authored by Aleksandra Malinowska's avatar Aleksandra Malinowska
Browse files

Add installing libseccomp-devel to builder

parent 4e5f2603
No related branches found
No related tags found
No related merge requests found
...@@ -17,6 +17,8 @@ LABEL maintainer="Marcin Wielgus <mwielgus@google.com>" ...@@ -17,6 +17,8 @@ LABEL maintainer="Marcin Wielgus <mwielgus@google.com>"
ENV GOPATH /gopath/ ENV GOPATH /gopath/
ENV PATH $GOPATH/bin:$PATH ENV PATH $GOPATH/bin:$PATH
RUN apt-get update && apt-get --yes install libseccomp-dev
RUN go version RUN go version
RUN go get github.com/tools/godep RUN go get github.com/tools/godep
RUN godep version RUN godep version
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment