Fix mhsendmail path

This commit is contained in:
cytopia
2018-08-12 12:32:51 +02:00
parent 796195dfdc
commit 92eceb9ae9
10 changed files with 10 additions and 10 deletions

View File

@@ -183,7 +183,7 @@ RUN set -x \
# mhsendmail
&& wget https://github.com/mailhog/mhsendmail/releases/download/v0.2.0/mhsendmail_linux_amd64 \
&& chmod +x mhsendmail_linux_amd64 \
&& mv mhsendmail_linux_amd64 /usr/local/bin/mhsendmai \
&& mv mhsendmail_linux_amd64 /usr/local/bin/mhsendmail \
\
# mysqldumpsecure
&& git clone https://github.com/cytopia/mysqldump-secure.git /usr/local/src/mysqldump-secure \