Finalize Miniprint integration, tweaking

This commit is contained in:
t3chn0m4g3
2024-10-16 14:14:22 +02:00
parent 321df862e7
commit c7e6f5a66f
18 changed files with 191 additions and 35 deletions

View File

@ -13,7 +13,7 @@ RUN apk --no-cache -U add \
# Install from GitHub and setup
mkdir -p /opt && \
cd /opt/ && \
git clone https://github.com/t3chn0m4g3/t-pot-attack-map -b 2.2.3 && \
git clone https://github.com/t3chn0m4g3/t-pot-attack-map -b 2.2.4 && \
cd t-pot-attack-map && \
pip3 install --break-system-packages --upgrade pip && \
pip3 install --break-system-packages -r requirements.txt && \