prepare for mailoney json logging

This commit is contained in:
t3chn0m4g3
2020-01-22 12:17:30 +00:00
parent a470a7b12f
commit f110eb08b0
3 changed files with 56 additions and 7 deletions

View File

@ -27,7 +27,7 @@ RUN apk -U --no-cache add \
pylibemu && \
#
# Install mailoney from git
git clone --depth=1 https://github.com/awhitehatter/mailoney /opt/mailoney && \
git clone --depth=1 https://github.com/t3chn0m4g3/mailoney /opt/mailoney && \
#
# Setup user, groups and configs
addgroup -g 2000 mailoney && \