Merge pull request #664 from aleksandra-malinowska/cherry-pick-update-dockerfiles-fix-1.1

Add installing libseccomp-devel to builder
This commit is contained in:
Marcin Wielgus 2018-02-15 19:05:26 +01:00 committed by GitHub
commit d559af3da7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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