From b2193e612ff447fe152b4fc990a48e76516b43d1 Mon Sep 17 00:00:00 2001 From: Louis Dureuil Date: Mon, 18 Dec 2023 22:17:29 +0100 Subject: [PATCH] Revert "Add libstdc++ in Dockerfile" as it is no longer needed This reverts commit 9df8cfc013452ecb5935d5501c96a4c465183a5d. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f6be39785..2cc1dcaec 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 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.