Skip to content

Commit cb2e6f9

Browse files
author
Martin Hoefling
committed
optimize dockerfile
1 parent 9422a49 commit cb2e6f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ RUN echo "file_client: local" > /etc/salt/minion.d/local.conf && \
88
echo "base:" > /srv/pillar/top.sls && \
99
echo " '*':" >> /srv/pillar/top.sls && \
1010
echo " - example" >> /srv/pillar/top.sls && \
11-
salt-call --local state.sls dovecot | tee log.txt && grep "Failed: 0" log.txt
11+
salt-call --local --retcode-passthrough state.sls dovecot

0 commit comments

Comments
 (0)