From 3a2679ace90df314d83a277d247a84cd11ba695d Mon Sep 17 00:00:00 2001 From: Aneesh Karve Date: Wed, 29 Jul 2020 17:00:02 -0700 Subject: [PATCH] add some dev and packaging dependencies --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 863b9d1..6f614e5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,9 @@ RUN ulimit -n 1024 && yum -y update && yum -y install \ python36 \ python36-pip \ python36-devel \ + jq \ + nano \ + unzip \ zip \ && yum clean all