mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
meilisearch/MeiliSearch#1673 Add curl binary to final stage image
This commit is contained in:
parent
33514b28be
commit
59797bfc7b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue