|
@@ -110,8 +110,7 @@ RUN git clone https://github.com/golang/lint.git /go/src/github.com/golang/lint
|
|
|
&& (cd /go/src/github.com/golang/lint && git checkout -q $GO_LINT_COMMIT) \
|
|
|
&& go install -v github.com/golang/lint/golint
|
|
|
|
|
|
-# install seccomp
|
|
|
-# TODO: switch to libseccomp-dev since dockerinit is gone
|
|
|
+# install seccomp: the version shipped in trusty is too old
|
|
|
ENV SECCOMP_VERSION 2.2.3
|
|
|
RUN set -x \
|
|
|
&& export SECCOMP_PATH="$(mktemp -d)" \
|