From c3e950e25f1b3c5f8bb65eeee269e176c49189e4 Mon Sep 17 00:00:00 2001 From: Johannes Schickling Date: Tue, 15 Sep 2015 23:41:00 +0100 Subject: [PATCH] fix s3cmd --- s3cmd/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/s3cmd/install.sh b/s3cmd/install.sh index 78bc573..a7e16aa 100644 --- a/s3cmd/install.sh +++ b/s3cmd/install.sh @@ -5,7 +5,7 @@ set -e # install s3cmd apk update -apk add python py-pip py-setuptools git +apk add python py-pip py-setuptools git openssl pip install python-magic git clone https://github.com/s3tools/s3cmd.git /tmp/s3cmd cd /tmp/s3cmd