Skip to content

Commit 6c85357

Browse files
authored
Merge pull request #61 from FileMagic/send_mail-patch
Add sendmail to the utuils used by the st2 linux pack
2 parents dab5214 + 5f85257 commit 6c85357

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

st2actionrunner/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ LABEL com.stackstorm.component="st2actionrunner"
66
RUN apt-get install -y rsync \
77
inetutils-traceroute \
88
net-tools \
9-
dnsutils
9+
dnsutils \
10+
sendmail
1011

1112
USER root
1213

0 commit comments

Comments
 (0)