added dependency for db polling

This commit is contained in:
Thomas Nahuel Rusiecki 2025-02-02 02:21:19 -03:00
parent d79880ff9d
commit fc11c0ca56

View file

@ -5,6 +5,7 @@ RUN apt update && \
apt-get install -y \
python3-xapian \
python3-psycopg2 \
netcat-traditional\
git \
sqlite3 \
curl \