Skip to content

Commit 75c0779

Browse files
authored
Merge pull request #661 from aleksandra-malinowska/cherry-pick-update-dockerfiles-fix-0.6
Add installing libseccomp-devel to builder
2 parents 4e5f260 + 2254974 commit 75c0779

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

builder/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ LABEL maintainer="Marcin Wielgus <[email protected]>"
1717

1818
ENV GOPATH /gopath/
1919
ENV PATH $GOPATH/bin:$PATH
20+
21+
RUN apt-get update && apt-get --yes install libseccomp-dev
2022
RUN go version
2123
RUN go get github.com/tools/godep
2224
RUN godep version

0 commit comments

Comments
 (0)