mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-05 04:28:55 +01: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
|
||||
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 .
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user