mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 12:32:12 +00:00
fix rdpy dep
This commit is contained in:
parent
0d5d80b1e3
commit
c2c76459a1
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ RUN apk -U upgrade && \
|
||||||
cd /home/rdpy && \
|
cd /home/rdpy && \
|
||||||
git clone https://github.com/t3chn0m4g3/rdpy && \
|
git clone https://github.com/t3chn0m4g3/rdpy && \
|
||||||
pip install --no-cache-dir --upgrade cffi && \
|
pip install --no-cache-dir --upgrade cffi && \
|
||||||
pip install twisted pyopenssl qt4reactor service_identity rsa pyasn1==0.3.3 && \
|
pip install twisted pyopenssl qt4reactor service_identity rsa pyasn1==0.3.4 && \
|
||||||
cd rdpy && \
|
cd rdpy && \
|
||||||
python setup.py install && \
|
python setup.py install && \
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue