fix rdpy dep

This commit is contained in:
Marco Ochse 2017-10-13 20:41:24 +00:00
parent 0d5d80b1e3
commit c2c76459a1

View file

@ -18,7 +18,7 @@ RUN apk -U upgrade && \
cd /home/rdpy && \
git clone https://github.com/t3chn0m4g3/rdpy && \
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 && \
python setup.py install && \