Skip to content

Commit

Permalink
musl: copy icu output too
Browse files Browse the repository at this point in the history
  • Loading branch information
nektro authored Oct 30, 2024
1 parent a3366c3 commit b5eb43d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile.musl
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ ARG LTO_FLAG
ARG LLVM_VERSION
ARG DEFAULT_CFLAGS

RUN apk add --no-cache cpio curl icu-dev tar
RUN apk add --no-cache cpio curl tar

ADD https://github.com/unicode-org/icu/releases/download/release-75-1/icu4c-75_1-src.tgz /icu.tgz
RUN --mount=type=tmpfs,target=/icu \
Expand All @@ -66,7 +66,7 @@ ARG LTO_FLAG
ARG LLVM_VERSION
ARG DEFAULT_CFLAGS

RUN apk add --no-cache cpio curl file gnupg icu-dev ninja ruby unzip rsync perl python3 openssl-dev openssl linux-headers
RUN apk add --no-cache cpio curl file gnupg ninja ruby unzip rsync perl python3 openssl-dev openssl linux-headers

ENV WEBKIT_OUT_DIR=/webkitbuild
# These are unnecessary on musl
Expand Down Expand Up @@ -119,4 +119,5 @@ RUN --mount=type=tmpfs,target=/webkitbuild \

FROM scratch as artifact

COPY --from=build_icu /output /
COPY --from=build_webkit /output /

0 comments on commit b5eb43d

Please sign in to comment.