mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
begin with hardening, tweaking
This commit is contained in:
@ -4,8 +4,7 @@ FROM redis:alpine
|
||||
ADD dist/ /root/dist/
|
||||
|
||||
# Setup apt
|
||||
RUN apk -U --no-cache add \
|
||||
redis && \
|
||||
RUN apk -U --no-cache add redis && \
|
||||
|
||||
cp /root/dist/redis.conf /etc && \
|
||||
|
||||
@ -15,4 +14,5 @@ RUN apk -U --no-cache add \
|
||||
rm -rf /var/cache/apk/*
|
||||
|
||||
# Start conpot
|
||||
USER nobody:nobody
|
||||
CMD redis-server /etc/redis.conf
|
||||
|
Reference in New Issue
Block a user