fix: add curl to ml-service for healthcheck

This commit is contained in:
Marko Djordjevic 2026-02-16 17:31:08 +01:00
parent e48bff46cf
commit ecb23855b5

View file

@ -4,6 +4,7 @@ FROM python:3.11-slim
RUN apt-get update && apt-get install -y \
build-essential \
wget \
curl \
libpq-dev \
&& rm -rf /var/lib/apt/lists/* \
&& wget http://prdownloads.sourceforge.net/ta-lib/ta-lib-0.4.0-src.tar.gz \