This commit is contained in:
t3chn0m4g3 2022-02-14 00:35:37 +00:00
parent e1643308b2
commit e9a907ef7b

View file

@ -19,7 +19,7 @@ RUN apk -U add \
cd geoip-attack-map && \ cd geoip-attack-map && \
# git checkout 4dae740178455f371b667ee095f824cb271f07e8 && \ # git checkout 4dae740178455f371b667ee095f824cb271f07e8 && \
#sed "s/MarkupSafe==1.0/MarkupSafe==1.1.1/g" -i requirements.txt && \ #sed "s/MarkupSafe==1.0/MarkupSafe==1.1.1/g" -i requirements.txt && \
#cp /root/dist/* . && \ cp /root/dist/* . && \
pip3 install -r requirements.txt && \ pip3 install -r requirements.txt && \
pip3 install flask && \ pip3 install flask && \
setcap cap_net_bind_service=+ep /usr/bin/python3.9 && \ setcap cap_net_bind_service=+ep /usr/bin/python3.9 && \