Update Dockerfile

Co-authored-by: Markus Machatschek <markus.machatschek@hey.com>
This commit is contained in:
Clémentine Urquizar - curqui 2023-03-06 14:39:20 +01:00 committed by GitHub
parent 5333edd1db
commit 94d8484581
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.