rebuild snare, tanner

This commit is contained in:
t3chn0m4g3
2020-01-03 14:06:29 +00:00
parent 0928e37326
commit 3713139fc6
4 changed files with 13 additions and 10 deletions

View File

@ -4,7 +4,8 @@ FROM redis:alpine
ADD dist/ /root/dist/
#
# Setup apt
RUN apk -U --no-cache add redis && \
RUN sed -i 's/dl-cdn/dl-2/g' /etc/apk/repositories && \
apk -U --no-cache add redis && \
cp /root/dist/redis.conf /etc && \
#
# Clean up