File tree 1 file changed +0
-16
lines changed 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -139,22 +139,6 @@ RUN cd /usr/include/$ARCH-linux-musl \
139
139
&& ln -s ../linux linux \
140
140
&& ln -s ../asm-generic asm-generic
141
141
142
- # Install static version of libseccomp
143
- #
144
- RUN apt-get update \
145
- && apt-get -y install \
146
- libtool gperf \
147
- && git clone https://github.com/seccomp/libseccomp /tmp/libseccomp \
148
- && cd /tmp/libseccomp \
149
- && ./autogen.sh \
150
- && CC="musl-gcc -static" ./configure --enable-static=yes --enable-shared=false \
151
- && make install \
152
- && cd \
153
- && apt-get purge -y \
154
- libtool gperf \
155
- && apt-get autoremove -y \
156
- && rm -rf /tmp/libseccomp
157
-
158
142
# Build iperf3-vsock
159
143
RUN mkdir "$TMP_BUILD_DIR" && cd "$TMP_BUILD_DIR" \
160
144
&& git clone https://github.com/stefano-garzarella/iperf-vsock \
You can’t perform that action at this time.
0 commit comments