changed dependency to pip

This commit is contained in:
Thomas Nahuel Rusiecki 2025-02-18 21:21:50 -03:00
parent 88f694576a
commit 59c94f7b52
2 changed files with 1 additions and 3 deletions

View file

@ -4,10 +4,8 @@ FROM python:3.11.10-slim-bookworm
RUN apt update && \
apt-get install -y \
python3-xapian \
python3-psycopg2 \
netcat-traditional\
git \
sqlite3 \
curl \
jq \
time \

View file

@ -14,4 +14,4 @@ json-repair==0.30.0
setuptools==65.5.1
requests==2.32.3
wheel==0.45.1
psycopg2-binary==2.9.10