File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ RUN set -x \
20
20
&& tar -xJC /usr/src/python --strip-components=1 -f python.tar.xz \
21
21
&& rm python.tar.xz* \
22
22
&& cd /usr/src/python \
23
- && ./configure --enable-shared \
23
+ && ./configure --enable-shared --enable-unicode=ucs4 \
24
24
&& make -j$(nproc) \
25
25
&& make install \
26
26
&& ldconfig \
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ RUN set -x \
28
28
&& tar -xJC /usr/src/python --strip-components=1 -f python.tar.xz \
29
29
&& rm python.tar.xz* \
30
30
&& cd /usr/src/python \
31
- && ./configure --enable-shared \
31
+ && ./configure --enable-shared --enable-unicode=ucs4 \
32
32
&& make -j$(nproc) \
33
33
&& make install \
34
34
&& ldconfig \
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ RUN set -x \
20
20
&& tar -xJC /usr/src/python --strip-components=1 -f python.tar.xz \
21
21
&& rm python.tar.xz* \
22
22
&& cd /usr/src/python \
23
- && ./configure --enable-shared \
23
+ && ./configure --enable-shared --enable-unicode=ucs4 \
24
24
&& make -j$(nproc) \
25
25
&& make install \
26
26
&& ldconfig \
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ RUN set -x \
20
20
&& tar -xJC /usr/src/python --strip-components=1 -f python.tar.xz \
21
21
&& rm python.tar.xz* \
22
22
&& cd /usr/src/python \
23
- && ./configure --enable-shared \
23
+ && ./configure --enable-shared --enable-unicode=ucs4 \
24
24
&& make -j$(nproc) \
25
25
&& make install \
26
26
&& ldconfig \
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ RUN set -x \
28
28
&& tar -xJC /usr/src/python --strip-components=1 -f python.tar.xz \
29
29
&& rm python.tar.xz* \
30
30
&& cd /usr/src/python \
31
- && ./configure --enable-shared \
31
+ && ./configure --enable-shared --enable-unicode=ucs4 \
32
32
&& make -j$(nproc) \
33
33
&& make install \
34
34
&& ldconfig \
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ RUN set -x \
20
20
&& tar -xJC /usr/src/python --strip-components=1 -f python.tar.xz \
21
21
&& rm python.tar.xz* \
22
22
&& cd /usr/src/python \
23
- && ./configure --enable-shared \
23
+ && ./configure --enable-shared --enable-unicode=ucs4 \
24
24
&& make -j$(nproc) \
25
25
&& make install \
26
26
&& ldconfig \
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ RUN set -x \
20
20
&& tar -xJC /usr/src/python --strip-components=1 -f python.tar.xz \
21
21
&& rm python.tar.xz* \
22
22
&& cd /usr/src/python \
23
- && ./configure --enable-shared \
23
+ && ./configure --enable-shared --enable-unicode=ucs4 \
24
24
&& make -j$(nproc) \
25
25
&& make install \
26
26
&& ldconfig \
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ RUN set -x \
28
28
&& tar -xJC /usr/src/python --strip-components=1 -f python.tar.xz \
29
29
&& rm python.tar.xz* \
30
30
&& cd /usr/src/python \
31
- && ./configure --enable-shared \
31
+ && ./configure --enable-shared --enable-unicode=ucs4 \
32
32
&& make -j$(nproc) \
33
33
&& make install \
34
34
&& ldconfig \
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ RUN set -x \
20
20
&& tar -xJC /usr/src/python --strip-components=1 -f python.tar.xz \
21
21
&& rm python.tar.xz* \
22
22
&& cd /usr/src/python \
23
- && ./configure --enable-shared \
23
+ && ./configure --enable-shared --enable-unicode=ucs4 \
24
24
&& make -j$(nproc) \
25
25
&& make install \
26
26
&& ldconfig \
You can’t perform that action at this time.
0 commit comments