configure: WARNING: unrecognized options: --enable-unicode
This commit is contained in:
parent
96bef8d520
commit
3db904b3f5
|
@ -30,7 +30,6 @@ RUN set -ex \
|
|||
&& ./configure \
|
||||
--enable-loadable-sqlite-extensions \
|
||||
--enable-shared \
|
||||
--enable-unicode=ucs4 \
|
||||
&& make -j$(nproc) \
|
||||
&& make install \
|
||||
&& ldconfig \
|
||||
|
|
|
@ -41,7 +41,6 @@ RUN set -ex \
|
|||
&& ./configure \
|
||||
--enable-loadable-sqlite-extensions \
|
||||
--enable-shared \
|
||||
--enable-unicode=ucs4 \
|
||||
&& make -j$(getconf _NPROCESSORS_ONLN) \
|
||||
&& make install \
|
||||
&& curl -fSL 'https://bootstrap.pypa.io/get-pip.py' | python3 \
|
||||
|
|
|
@ -51,7 +51,6 @@ RUN set -ex \
|
|||
&& ./configure \
|
||||
--enable-loadable-sqlite-extensions \
|
||||
--enable-shared \
|
||||
--enable-unicode=ucs4 \
|
||||
&& make -j$(nproc) \
|
||||
&& make install \
|
||||
&& ldconfig \
|
||||
|
|
|
@ -30,7 +30,6 @@ RUN set -ex \
|
|||
&& ./configure \
|
||||
--enable-loadable-sqlite-extensions \
|
||||
--enable-shared \
|
||||
--enable-unicode=ucs4 \
|
||||
&& make -j$(nproc) \
|
||||
&& make install \
|
||||
&& ldconfig \
|
||||
|
|
|
@ -30,7 +30,6 @@ RUN set -ex \
|
|||
&& ./configure \
|
||||
--enable-loadable-sqlite-extensions \
|
||||
--enable-shared \
|
||||
--enable-unicode=ucs4 \
|
||||
&& make -j$(nproc) \
|
||||
&& make install \
|
||||
&& ldconfig \
|
||||
|
|
|
@ -42,7 +42,6 @@ RUN set -ex \
|
|||
&& ./configure \
|
||||
--enable-loadable-sqlite-extensions \
|
||||
--enable-shared \
|
||||
--enable-unicode=ucs4 \
|
||||
&& make -j$(getconf _NPROCESSORS_ONLN) \
|
||||
&& make install \
|
||||
&& pip3 install --no-cache-dir --upgrade pip==$PYTHON_PIP_VERSION \
|
||||
|
|
|
@ -51,7 +51,6 @@ RUN set -ex \
|
|||
&& ./configure \
|
||||
--enable-loadable-sqlite-extensions \
|
||||
--enable-shared \
|
||||
--enable-unicode=ucs4 \
|
||||
&& make -j$(nproc) \
|
||||
&& make install \
|
||||
&& ldconfig \
|
||||
|
|
|
@ -30,7 +30,6 @@ RUN set -ex \
|
|||
&& ./configure \
|
||||
--enable-loadable-sqlite-extensions \
|
||||
--enable-shared \
|
||||
--enable-unicode=ucs4 \
|
||||
&& make -j$(nproc) \
|
||||
&& make install \
|
||||
&& ldconfig \
|
||||
|
|
|
@ -30,7 +30,6 @@ RUN set -ex \
|
|||
&& ./configure \
|
||||
--enable-loadable-sqlite-extensions \
|
||||
--enable-shared \
|
||||
--enable-unicode=ucs4 \
|
||||
&& make -j$(nproc) \
|
||||
&& make install \
|
||||
&& ldconfig \
|
||||
|
|
|
@ -42,7 +42,6 @@ RUN set -ex \
|
|||
&& ./configure \
|
||||
--enable-loadable-sqlite-extensions \
|
||||
--enable-shared \
|
||||
--enable-unicode=ucs4 \
|
||||
&& make -j$(getconf _NPROCESSORS_ONLN) \
|
||||
&& make install \
|
||||
&& pip3 install --no-cache-dir --upgrade pip==$PYTHON_PIP_VERSION \
|
||||
|
|
|
@ -51,7 +51,6 @@ RUN set -ex \
|
|||
&& ./configure \
|
||||
--enable-loadable-sqlite-extensions \
|
||||
--enable-shared \
|
||||
--enable-unicode=ucs4 \
|
||||
&& make -j$(nproc) \
|
||||
&& make install \
|
||||
&& ldconfig \
|
||||
|
|
|
@ -30,7 +30,6 @@ RUN set -ex \
|
|||
&& ./configure \
|
||||
--enable-loadable-sqlite-extensions \
|
||||
--enable-shared \
|
||||
--enable-unicode=ucs4 \
|
||||
&& make -j$(nproc) \
|
||||
&& make install \
|
||||
&& ldconfig \
|
||||
|
|
|
@ -42,7 +42,6 @@ RUN set -ex \
|
|||
&& ./configure \
|
||||
--enable-loadable-sqlite-extensions \
|
||||
--enable-shared \
|
||||
--enable-unicode=ucs4 \
|
||||
&& make -j$(getconf _NPROCESSORS_ONLN) \
|
||||
&& make install \
|
||||
&& pip3 install --no-cache-dir --upgrade pip==$PYTHON_PIP_VERSION \
|
||||
|
|
|
@ -51,7 +51,6 @@ RUN set -ex \
|
|||
&& ./configure \
|
||||
--enable-loadable-sqlite-extensions \
|
||||
--enable-shared \
|
||||
--enable-unicode=ucs4 \
|
||||
&& make -j$(nproc) \
|
||||
&& make install \
|
||||
&& ldconfig \
|
||||
|
|
Loading…
Reference in New Issue