mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-05-02 13:18:52 +00:00
tweaking
This commit is contained in:
parent
b2883b5fff
commit
64fed3d15b
2 changed files with 31 additions and 13 deletions
|
@ -60,7 +60,6 @@ RUN apk -U --no-cache add \
|
||||||
# Install glastopf from git
|
# Install glastopf from git
|
||||||
git clone --depth=1 https://github.com/mushorg/glastopf.git /opt/glastopf && \
|
git clone --depth=1 https://github.com/mushorg/glastopf.git /opt/glastopf && \
|
||||||
cd /opt/glastopf && \
|
cd /opt/glastopf && \
|
||||||
cp /root/dist/requirements.txt /opt/glastopf/ && \
|
|
||||||
pip install --no-cache-dir . && \
|
pip install --no-cache-dir . && \
|
||||||
cd / && \
|
cd / && \
|
||||||
rm -rf /opt/glastopf /tmp/* /var/tmp/* && \
|
rm -rf /opt/glastopf /tmp/* /var/tmp/* && \
|
||||||
|
|
43
docker/glastopf/dist/requirements.txt
vendored
43
docker/glastopf/dist/requirements.txt
vendored
|
@ -1,17 +1,36 @@
|
||||||
gevent==1.2.2
|
asn1crypto==0.24.0
|
||||||
webob==1.2.3
|
BeautifulSoup==3.2.1
|
||||||
pyopenssl==17.2.0
|
beautifulsoup4==4.6.1
|
||||||
|
botocore==1.11.3
|
||||||
|
certifi==2018.4.16
|
||||||
|
cffi==1.10.0
|
||||||
chardet==3.0.4
|
chardet==3.0.4
|
||||||
lxml==4.1.1
|
cryptography==2.1.4
|
||||||
sqlalchemy==1.1.14
|
|
||||||
jinja2==2.9.6
|
|
||||||
beautifulsoup==3.2.1
|
|
||||||
requests==2.18.4
|
|
||||||
cssselect==1.0.0
|
cssselect==1.0.0
|
||||||
pymongo==3.2.2
|
Cython==0.28.2
|
||||||
MySQL-python==1.2.5
|
docutils==0.14
|
||||||
|
enum34==1.1.6
|
||||||
|
gevent==1.2.2
|
||||||
|
Glastopf==3.1.3.dev0
|
||||||
|
greenlet==0.4.13
|
||||||
hpfeeds==1.0
|
hpfeeds==1.0
|
||||||
|
idna==2.6
|
||||||
|
ipaddress==1.0.22
|
||||||
|
Jinja2==2.9.6
|
||||||
|
jmespath==0.9.3
|
||||||
|
libtaxii==1.1.111
|
||||||
|
lxml==4.2.2
|
||||||
|
MarkupSafe==1.0
|
||||||
|
MySQL-python==1.2.5
|
||||||
|
pyasn1==0.4.2
|
||||||
|
pycparser==2.18
|
||||||
pylibinjection==0.2.4
|
pylibinjection==0.2.4
|
||||||
libtaxii==1.1.110
|
pymongo==3.2.2
|
||||||
|
pyOpenSSL==17.2.0
|
||||||
|
python-dateutil==2.6.1
|
||||||
python-logstash==0.4.6
|
python-logstash==0.4.6
|
||||||
botocore==1.9.6
|
requests==2.18.4
|
||||||
|
six==1.11.0
|
||||||
|
SQLAlchemy==1.2.7
|
||||||
|
urllib3==1.22
|
||||||
|
WebOb==1.2.3
|
||||||
|
|
Loading…
Reference in a new issue