tools/docker: fix python amd64 manylinux build

This commit is contained in:
Corentin Le Molgat
2022-11-07 11:55:22 +01:00
parent 61f0e27dfd
commit bdba6d1c94

View File

@@ -35,7 +35,7 @@ RUN curl --location-trusted \
&& tar xvf swig-4.0.2.tar.gz \
&& rm swig-4.0.2.tar.gz \
&& cd swig-4.0.2 \
&& ./configure --prefix=/usr \
&& ./configure --prefix=/usr/local \
&& make -j 4 \
&& make install \
&& cd .. \