File tree Expand file tree Collapse file tree 14 files changed +0
-14
lines changed Expand file tree Collapse file tree 14 files changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ RUN set -ex \
3030 && ./configure \
3131 --enable-loadable-sqlite-extensions \
3232 --enable-shared \
33- --enable-unicode=ucs4 \
3433 && make -j$(nproc) \
3534 && make install \
3635 && ldconfig \
Original file line number Diff line number Diff line change @@ -41,7 +41,6 @@ RUN set -ex \
4141 && ./configure \
4242 --enable-loadable-sqlite-extensions \
4343 --enable-shared \
44- --enable-unicode=ucs4 \
4544 && make -j$(getconf _NPROCESSORS_ONLN) \
4645 && make install \
4746 && curl -fSL 'https://bootstrap.pypa.io/get-pip.py' | python3 \
Original file line number Diff line number Diff line change @@ -51,7 +51,6 @@ RUN set -ex \
5151 && ./configure \
5252 --enable-loadable-sqlite-extensions \
5353 --enable-shared \
54- --enable-unicode=ucs4 \
5554 && make -j$(nproc) \
5655 && make install \
5756 && ldconfig \
Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ RUN set -ex \
3030 && ./configure \
3131 --enable-loadable-sqlite-extensions \
3232 --enable-shared \
33- --enable-unicode=ucs4 \
3433 && make -j$(nproc) \
3534 && make install \
3635 && ldconfig \
Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ RUN set -ex \
3030 && ./configure \
3131 --enable-loadable-sqlite-extensions \
3232 --enable-shared \
33- --enable-unicode=ucs4 \
3433 && make -j$(nproc) \
3534 && make install \
3635 && ldconfig \
Original file line number Diff line number Diff line change @@ -42,7 +42,6 @@ RUN set -ex \
4242 && ./configure \
4343 --enable-loadable-sqlite-extensions \
4444 --enable-shared \
45- --enable-unicode=ucs4 \
4645 && make -j$(getconf _NPROCESSORS_ONLN) \
4746 && make install \
4847 && pip3 install --no-cache-dir --upgrade pip==$PYTHON_PIP_VERSION \
Original file line number Diff line number Diff line change @@ -51,7 +51,6 @@ RUN set -ex \
5151 && ./configure \
5252 --enable-loadable-sqlite-extensions \
5353 --enable-shared \
54- --enable-unicode=ucs4 \
5554 && make -j$(nproc) \
5655 && make install \
5756 && ldconfig \
Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ RUN set -ex \
3030 && ./configure \
3131 --enable-loadable-sqlite-extensions \
3232 --enable-shared \
33- --enable-unicode=ucs4 \
3433 && make -j$(nproc) \
3534 && make install \
3635 && ldconfig \
Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ RUN set -ex \
3030 && ./configure \
3131 --enable-loadable-sqlite-extensions \
3232 --enable-shared \
33- --enable-unicode=ucs4 \
3433 && make -j$(nproc) \
3534 && make install \
3635 && ldconfig \
Original file line number Diff line number Diff line change @@ -42,7 +42,6 @@ RUN set -ex \
4242 && ./configure \
4343 --enable-loadable-sqlite-extensions \
4444 --enable-shared \
45- --enable-unicode=ucs4 \
4645 && make -j$(getconf _NPROCESSORS_ONLN) \
4746 && make install \
4847 && pip3 install --no-cache-dir --upgrade pip==$PYTHON_PIP_VERSION \
You can’t perform that action at this time.
0 commit comments