Skip to content

Commit

Permalink
Merge pull request #662 from aleksandra-malinowska/cherry-pick-update…
Browse files Browse the repository at this point in the history
…-dockerfiles-fix-1.0

Add installing libseccomp-devel to builder
  • Loading branch information
mwielgus authored Feb 15, 2018
2 parents bcff403 + cd055a9 commit 650e08b
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 <[email protected]>"

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 650e08b

Please sign in to comment.