From a6eb5f1af23fd137af7b347f7c9fab458f581480 Mon Sep 17 00:00:00 2001
From: Erick Hitter <git-contrib@ethitter.com>
Date: Sat, 28 Dec 2019 15:30:06 -0800
Subject: [PATCH] Dependencies

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

diff --git a/context/Dockerfile b/context/Dockerfile
index 064db2d..bd1cf07 100644
--- a/context/Dockerfile
+++ b/context/Dockerfile
@@ -8,8 +8,10 @@ RUN echo "deb http://security.debian.org/ buster/updates main" >> /etc/apt/sourc
 RUN apt-get update \
     && apt-get -y --no-install-recommends install \
         python-pip \
+    && pip install setuptools \
     && pip install s3cmd \
     && s3cmd --version \
+    && pip uninstall setuptools \
     && apt-get remove -y python-pip \
     && apt-get autoremove -y \
     && apt-get clean \
-- 
GitLab