mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-22 12:54:26 +01:00
Fix docker build
This commit is contained in:
parent
b6ca7929eb
commit
b1f7fe24f6
@ -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