changed dependency to pip
This commit is contained in:
parent
88f694576a
commit
59c94f7b52
|
@ -4,10 +4,8 @@ FROM python:3.11.10-slim-bookworm
|
||||||
RUN apt update && \
|
RUN apt update && \
|
||||||
apt-get install -y \
|
apt-get install -y \
|
||||||
python3-xapian \
|
python3-xapian \
|
||||||
python3-psycopg2 \
|
|
||||||
netcat-traditional\
|
netcat-traditional\
|
||||||
git \
|
git \
|
||||||
sqlite3 \
|
|
||||||
curl \
|
curl \
|
||||||
jq \
|
jq \
|
||||||
time \
|
time \
|
||||||
|
|
|
@ -14,4 +14,4 @@ json-repair==0.30.0
|
||||||
setuptools==65.5.1
|
setuptools==65.5.1
|
||||||
requests==2.32.3
|
requests==2.32.3
|
||||||
wheel==0.45.1
|
wheel==0.45.1
|
||||||
|
psycopg2-binary==2.9.10
|
||||||
|
|
Loading…
Reference in a new issue