From 01238d1a4d35ca1ec7dfc7961d043933d0241969 Mon Sep 17 00:00:00 2001
From: Wonderfall <wonderfall@schrodinger.io>
Date: Sun, 15 May 2016 01:13:06 +0200
Subject: [PATCH] cowrie: fixes

---
 cowrie/Dockerfile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/cowrie/Dockerfile b/cowrie/Dockerfile
index 57bf09c..3e64364 100644
--- a/cowrie/Dockerfile
+++ b/cowrie/Dockerfile
@@ -32,6 +32,8 @@ RUN echo "@commuedge http://nl.alpinelinux.org/alpine/edge/community" >> /etc/ap
     gmp \
     openssl \
     python \
+    py-setuptools \
+    openssh-client \
     tini@commuedge \
     su-exec \
  && cd /tmp \