fix: add curl to ml-service for healthcheck
This commit is contained in:
parent
e48bff46cf
commit
ecb23855b5
1 changed files with 1 additions and 0 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue