meilisearch/MeiliSearch#1673 Add curl binary to final stage image

This commit is contained in:
Thomas Lecavelier 2021-09-06 19:35:23 +02:00
parent 33514b28be
commit 59797bfc7b
No known key found for this signature in database
GPG Key ID: BD0861BD6F53B751
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ RUN $HOME/.cargo/bin/cargo build --release
# Run
FROM alpine:3.14
RUN apk add -q --no-cache libgcc tini
RUN apk add -q --no-cache libgcc tini curl
COPY --from=compiler /meilisearch/target/release/meilisearch .