We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3cddc2 commit 5b4ba0fCopy full SHA for 5b4ba0f
Dockerfile.musl
@@ -54,7 +54,7 @@ RUN --mount=type=tmpfs,target=/icu \
54
tar -xf /icu.tgz --strip-components=1 && \
55
rm /icu.tgz && \
56
cd source && \
57
- ./configure --enable-static --disable-shared --with-data-packaging=static --disable-samples --disable-debug --disable-tests && \
+ ./configure --enable-static --disable-shared --with-data-packaging=static --disable-samples --disable-debug --disable-tests --prefix=/icu && \
58
make -j$(nproc) && \
59
make install && cp -r /icu/source/lib/* /output/lib && cp -r /icu/source/i18n/unicode/* /icu/source/common/unicode/* /output/include/unicode
60
0 commit comments