bump tanner to latest master

This commit is contained in:
t3chn0m4g3
2019-08-16 14:43:10 +00:00
parent 786ab5c082
commit e0427cfc21
5 changed files with 30 additions and 25 deletions

View File

@ -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