Revert "Add libstdc++ in Dockerfile" as it is no longer needed

This reverts commit 9df8cfc013.
This commit is contained in:
Louis Dureuil 2023-12-18 22:17:29 +01:00
parent 942d49314c
commit b2193e612f
No known key found for this signature in database

View File

@ -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 libstdc++ tini curl
&& apk add -q --no-cache libgcc tini curl
# add meilisearch and meilitool to the `/bin` so you can run it from anywhere
# and it's easy to find.