This commit is contained in:
Many the fish 2024-04-30 08:31:33 -06:00 committed by GitHub
commit 8ae42d3200
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ RUN set -eux; \
if [ "$apkArch" = "aarch64" ]; then \
export JEMALLOC_SYS_WITH_LG_PAGE=16; \
fi && \
cargo build --release -p meilisearch -p meilitool
cargo build --release -p meilisearch -p meilitool --features "swedish-recomposition"
# Run
FROM alpine:3.16