mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
bump tanner to latest master
This commit is contained in:
@ -1,18 +1,17 @@
|
||||
FROM redis:alpine
|
||||
|
||||
#
|
||||
# Include dist
|
||||
ADD dist/ /root/dist/
|
||||
|
||||
#
|
||||
# Setup apt
|
||||
RUN apk -U --no-cache add redis && \
|
||||
|
||||
cp /root/dist/redis.conf /etc && \
|
||||
|
||||
#
|
||||
# Clean up
|
||||
rm -rf /root/* && \
|
||||
rm -rf /tmp/* /var/tmp/* && \
|
||||
rm -rf /var/cache/apk/*
|
||||
|
||||
#
|
||||
# Start conpot
|
||||
STOPSIGNAL SIGKILL
|
||||
USER nobody:nobody
|
||||
|
Reference in New Issue
Block a user