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:
commit
d559af3da7
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue