mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-23 02:27:40 +08:00
Merge #252
252: Fix docker run r=curquiza a=curquiza Not the most beautiful fix since I cannot update alpine to version 3.14 without being flooded with errors. Co-authored-by: Clémentine Urquizar <clementine@meilisearch.com>
This commit is contained in:
commit
261df4b386
@ -35,7 +35,7 @@ RUN $HOME/.cargo/bin/cargo build --release
|
|||||||
# Run
|
# Run
|
||||||
FROM alpine:3.10
|
FROM alpine:3.10
|
||||||
|
|
||||||
RUN apk add -q --no-cache libgcc tini
|
RUN apk add -q --no-cache libgcc tini libressl-dev
|
||||||
|
|
||||||
COPY --from=compiler /meilisearch/target/release/meilisearch .
|
COPY --from=compiler /meilisearch/target/release/meilisearch .
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user