added dependency for db polling
This commit is contained in:
parent
d79880ff9d
commit
fc11c0ca56
|
@ -5,6 +5,7 @@ RUN apt update && \
|
||||||
apt-get install -y \
|
apt-get install -y \
|
||||||
python3-xapian \
|
python3-xapian \
|
||||||
python3-psycopg2 \
|
python3-psycopg2 \
|
||||||
|
netcat-traditional\
|
||||||
git \
|
git \
|
||||||
sqlite3 \
|
sqlite3 \
|
||||||
curl \
|
curl \
|
||||||
|
|
Loading…
Reference in a new issue