From 94d8484581b416386b0387af1bf93efc49441b0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9mentine=20Urquizar=20-=20curqui?= Date: Mon, 6 Mar 2023 14:39:20 +0100 Subject: [PATCH] Update Dockerfile Co-authored-by: Markus Machatschek --- Dockerfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6cd6eb37d..b964c3f2c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,8 +23,10 @@ FROM debian:11.6 ENV MEILI_HTTP_ADDR 0.0.0.0:7700 ENV MEILI_SERVER_PROVIDER docker -RUN apt update -q \ - && apt install -q -y tini +RUN set -ex; \ + apt-get update -q; \ + apt-get install -q -y --no-install-recommends tini; \ + rm -rf /var/lib/apt/lists/* # add meilisearch to the `/bin` so you can run it from anywhere and it's easy # to find.