From 911629735c81468be5e96f965afd26dc4a28b52c Mon Sep 17 00:00:00 2001 From: Sawood Alam Date: Tue, 13 Dec 2016 09:26:11 -0500 Subject: [PATCH] Removed the fallback mailcatcher install command --- bin/docker/mailcatcher | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/docker/mailcatcher b/bin/docker/mailcatcher index e25dc7c3642..f1f258d70ff 100755 --- a/bin/docker/mailcatcher +++ b/bin/docker/mailcatcher @@ -1,4 +1,4 @@ #!/bin/bash -CMD="mailcatcher --http-ip 0.0.0.0 -f || (apt-get install -y libsqlite3-dev && gem install mailcatcher && mailcatcher --http-ip 0.0.0.0 -f)" +CMD="mailcatcher --http-ip 0.0.0.0 -f" docker exec -it discourse_dev /bin/bash -c "$CMD"