mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 12:32:12 +00:00
fix packaging
This commit is contained in:
parent
eca395a770
commit
86479db8af
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ RUN apk -U --no-cache add \
|
|||
sed -i 's/aioredis/aioredis==1.3.1/g' requirements.txt && \
|
||||
sed -i 's/^aiohttp$/aiohttp==3.7.4/g' requirements.txt && \
|
||||
cp /root/dist/config.yaml /opt/tanner/tanner/data && \
|
||||
pip3 install --ignore-installed packaging && \
|
||||
pip3 install --no-cache-dir setuptools && \
|
||||
pip3 install --no-cache-dir -r requirements.txt && \
|
||||
python3 setup.py install && \
|
||||
|
|
Loading…
Reference in a new issue