We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a97e38b + 7d08c67 commit 30de7b8Copy full SHA for 30de7b8
embedded-bins/runc/Dockerfile
@@ -18,7 +18,7 @@ ARG LIBSECCOMP_VERSION=2.6.0
18
RUN curl --proto '=https' --tlsv1.2 -L https://github.com/seccomp/libseccomp/releases/download/v$LIBSECCOMP_VERSION/libseccomp-$LIBSECCOMP_VERSION.tar.gz \
19
| tar -C / -zx
20
21
-RUN cd /libseccomp-$LIBSECCOMP_VERSION && ./configure --sysconfdir=/etc --enable-static
+RUN cd /libseccomp-$LIBSECCOMP_VERSION && ./configure --sysconfdir=/etc --enable-static --disable-shared
22
23
RUN make -j$(nproc) -C /libseccomp-$LIBSECCOMP_VERSION
24
RUN make -j$(nproc) -C /libseccomp-$LIBSECCOMP_VERSION check
0 commit comments