|
@@ -7,7 +7,7 @@ FROM fedora:22
|
|
RUN dnf install -y @development-tools fedora-packager
|
|
RUN dnf install -y @development-tools fedora-packager
|
|
RUN dnf install -y btrfs-progs-devel device-mapper-devel glibc-static libseccomp-devel libselinux-devel libtool-ltdl-devel selinux-policy selinux-policy-devel sqlite-devel tar
|
|
RUN dnf install -y btrfs-progs-devel device-mapper-devel glibc-static libseccomp-devel libselinux-devel libtool-ltdl-devel selinux-policy selinux-policy-devel sqlite-devel tar
|
|
|
|
|
|
-ENV SECCOMP_VERSION v2.2.3
|
|
|
|
|
|
+ENV SECCOMP_VERSION 2.2.3
|
|
RUN buildDeps=' \
|
|
RUN buildDeps=' \
|
|
automake \
|
|
automake \
|
|
libtool \
|
|
libtool \
|
|
@@ -15,7 +15,7 @@ libtool \
|
|
&& set -x \
|
|
&& set -x \
|
|
&& yum install -y $buildDeps \
|
|
&& yum install -y $buildDeps \
|
|
&& export SECCOMP_PATH=$(mktemp -d) \
|
|
&& export SECCOMP_PATH=$(mktemp -d) \
|
|
-&& git clone -b "$SECCOMP_VERSION" --depth 1 https://github.com/seccomp/libseccomp.git "$SECCOMP_PATH" \
|
|
|
|
|
|
+&& git clone -b "v${SECCOMP_VERSION}" --depth 1 https://github.com/seccomp/libseccomp.git "$SECCOMP_PATH" \
|
|
&& ( \
|
|
&& ( \
|
|
cd "$SECCOMP_PATH" \
|
|
cd "$SECCOMP_PATH" \
|
|
&& ./autogen.sh \
|
|
&& ./autogen.sh \
|