From 9b8d328666a6cd5313208cdf5f116825f06dccdc Mon Sep 17 00:00:00 2001 From: Jessica Frazelle Date: Tue, 2 Feb 2016 09:56:29 -0800 Subject: [PATCH] update comment Signed-off-by: Jessica Frazelle --- Dockerfile | 3 +-- Dockerfile.armhf | 3 +-- Dockerfile.gccgo | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index b307f5a61b..45486db4ec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -95,8 +95,7 @@ RUN set -x \ && UNATTENDED=yes OSX_VERSION_MIN=10.6 ${OSXCROSS_PATH}/build.sh ENV PATH /osxcross/target/bin:$PATH -# 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)" \ diff --git a/Dockerfile.armhf b/Dockerfile.armhf index 10e4e0bd71..8b48cf9261 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -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)" \ diff --git a/Dockerfile.gccgo b/Dockerfile.gccgo index 856489d527..96f92f6145 100644 --- a/Dockerfile.gccgo +++ b/Dockerfile.gccgo @@ -41,8 +41,7 @@ RUN cd /usr/local/lvm2 \ && make install_device-mapper # see https://git.fedorahosted.org/cgit/lvm2.git/tree/INSTALL -# install seccomp -# TODO: switch to libseccomp-dev since dockerinit is gone +# install seccomp: the version shipped in jessie is too old ENV SECCOMP_VERSION v2.2.3 RUN set -x \ && export SECCOMP_PATH=$(mktemp -d) \