From 7b5e8374526c09f67cda985d0696bba258a71255 Mon Sep 17 00:00:00 2001
From: Erick Hitter <git-contrib@ethitter.com>
Date: Sat, 28 Dec 2019 15:23:09 -0800
Subject: [PATCH] s3cmd from pip

---
 context/Dockerfile | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/context/Dockerfile b/context/Dockerfile
index c6a8d54..622c9dc 100644
--- a/context/Dockerfile
+++ b/context/Dockerfile
@@ -7,7 +7,11 @@ RUN echo "deb http://security.debian.org/ buster/updates main" >> /etc/apt/sourc
 
 RUN apt-get update \
     && apt-get -y --no-install-recommends install \
-        s3cmd \
+        python-pip \
+    && pip install s3cmd
+    && s3cmd --version
+    && apt-get remove -y python-pip
+    && apt-get autoremove -y
     && apt-get clean \
     && rm -rf /var/lib/apt/lists/*
 
-- 
GitLab