mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
reduce build times, tweaking
This commit is contained in:
@ -9,14 +9,21 @@ RUN apk -U --no-cache add \
|
||||
git \
|
||||
linux-headers \
|
||||
python3 \
|
||||
python3-dev \
|
||||
py3-pip && \
|
||||
python3-dev \
|
||||
py3-aiohttp \
|
||||
py3-beautifulsoup4 \
|
||||
py3-gitpython \
|
||||
py3-markupsafe \
|
||||
py3-setuptools \
|
||||
py3-pip \
|
||||
py3-pycodestyle \
|
||||
py3-wheel && \
|
||||
#
|
||||
# Setup Snare
|
||||
git clone https://github.com/mushorg/snare /opt/snare && \
|
||||
cd /opt/snare/ && \
|
||||
git checkout 0919a80838eb0823a3b7029b0264628ee0a36211 && \
|
||||
pip3 install --no-cache-dir setuptools && \
|
||||
cp /root/dist/requirements.txt . && \
|
||||
pip3 install --no-cache-dir -r requirements.txt && \
|
||||
python3 setup.py install && \
|
||||
cd / && \
|
||||
|
2
docker/tanner/snare/dist/requirements.txt
vendored
Normal file
2
docker/tanner/snare/dist/requirements.txt
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
aiohttp_jinja2==1.1.0
|
||||
cssutils==1.0.2
|
Reference in New Issue
Block a user