fix: Add missing healthcheck dependency (curl)

This commit is contained in:
Galunid 2025-01-13 02:41:15 +01:00
parent 234445f5ae
commit c3e18d069d

View file

@ -7,6 +7,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
espeak-ng \
git \
libsndfile1 \
curl \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*