diff --git a/Dockerfile b/Dockerfile index 2cc1dcaec..f6be39785 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,7 @@ ENV MEILI_HTTP_ADDR 0.0.0.0:7700 ENV MEILI_SERVER_PROVIDER docker RUN apk update --quiet \ - && apk add -q --no-cache libgcc tini curl + && apk add -q --no-cache libgcc libstdc++ tini curl # add meilisearch and meilitool to the `/bin` so you can run it from anywhere # and it's easy to find.