mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-12-02 01:55:03 +08:00
Merge #242
242: Fix docker build r=MarinPostma a=curquiza Co-authored-by: Clémentine Urquizar <clementine@meilisearch.com>
This commit is contained in:
commit
08104fd49c
@ -4,6 +4,7 @@ FROM alpine:3.10 AS compiler
|
|||||||
RUN apk update --quiet
|
RUN apk update --quiet
|
||||||
RUN apk add curl
|
RUN apk add curl
|
||||||
RUN apk add build-base
|
RUN apk add build-base
|
||||||
|
RUN apk add libressl-dev
|
||||||
|
|
||||||
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user