Skip to content

Commit

Permalink
Add installing libseccomp-devel to builder
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandra-malinowska committed Feb 15, 2018
1 parent 9fbe337 commit c8dd214
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ LABEL maintainer="Marcin Wielgus <mwielgus@google.com>"

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
Expand Down

0 comments on commit c8dd214

Please sign in to comment.