Skip to content

Commit 5b4ba0f

Browse files
committed
hardcode icu output prefix
1 parent d3cddc2 commit 5b4ba0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.musl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ RUN --mount=type=tmpfs,target=/icu \
5454
tar -xf /icu.tgz --strip-components=1 && \
5555
rm /icu.tgz && \
5656
cd source && \
57-
./configure --enable-static --disable-shared --with-data-packaging=static --disable-samples --disable-debug --disable-tests && \
57+
./configure --enable-static --disable-shared --with-data-packaging=static --disable-samples --disable-debug --disable-tests --prefix=/icu && \
5858
make -j$(nproc) && \
5959
make install && cp -r /icu/source/lib/* /output/lib && cp -r /icu/source/i18n/unicode/* /icu/source/common/unicode/* /output/include/unicode
6060

0 commit comments

Comments
 (0)