mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
tweaking, hardening
This commit is contained in:
@ -4,7 +4,7 @@ FROM alpine
|
||||
ADD dist/ /root/dist/
|
||||
|
||||
# Setup apt
|
||||
RUN apk -U --no-cache add bash \
|
||||
RUN apk -U --no-cache add \
|
||||
build-base \
|
||||
cython-dev \
|
||||
file \
|
||||
@ -51,7 +51,8 @@ RUN apk -U --no-cache add bash \
|
||||
adduser -S -s /bin/bash -u 2000 -D -g 2000 conpot && \
|
||||
|
||||
# Clean up
|
||||
apk del --purge build-base \
|
||||
apk del --purge \
|
||||
build-base \
|
||||
cython-dev \
|
||||
file \
|
||||
git \
|
||||
|
5
docker/conpot/dist/conpot.bin
vendored
5
docker/conpot/dist/conpot.bin
vendored
@ -1,5 +0,0 @@
|
||||
#!/usr/bin/python
|
||||
# EASY-INSTALL-SCRIPT: 'Conpot==0.5.1','conpot'
|
||||
__import__('gevent.monkey').monkey.patch_all()
|
||||
__requires__ = 'Conpot==0.5.1'
|
||||
__import__('pkg_resources').run_script('Conpot==0.5.1', 'conpot')
|
Reference in New Issue
Block a user