mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-22 10:07:40 +08:00
meilisearch/MeiliSearch#1673 Add curl binary to final stage image
This commit is contained in:
parent
33514b28be
commit
59797bfc7b
@ -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 .
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user