From 62d23125b42048ab8f8614796bb4e73054e5bee8 Mon Sep 17 00:00:00 2001
From: Moritz Maxeiner <mm@ucw.sh>
Date: Fri, 17 Jan 2020 06:38:01 +0100
Subject: [PATCH] centos-7: Add twine pip pkg

---
 centos-7/Dockerfile | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/centos-7/Dockerfile b/centos-7/Dockerfile
index 60ceac9..acb48d5 100644
--- a/centos-7/Dockerfile
+++ b/centos-7/Dockerfile
@@ -341,9 +341,12 @@ RUN yum install -y \
         && \
     yum clean all && \
     python3.6 -m pip --no-cache-dir install \
-        wheel && \
+        wheel \
+        twine \
+        && \
     python3.7 -m pip --no-cache-dir install \
-        wheel
+        wheel \
+        twine
 
 ADD ldconfig/local.conf /etc/ld.so.conf.d/local.conf
 RUN ldconfig
-- 
GitLab