From 0354642598ce9f0a245e4dbd2d7da8ca3c18aef5 Mon Sep 17 00:00:00 2001 From: Naveenraj M Date: Tue, 31 Mar 2020 03:18:24 +0530 Subject: [PATCH] added python --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 269e85d..b7a0d76 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ FROM centos:7 COPY . . # Installing tools needed for rpmbuild , depends on specfile -RUN yum install -y rpm-build rpmdevtools gcc make coreutils +RUN yum install -y rpm-build rpmdevtools gcc make coreutils python # Setting up node to run our JS file # Download Node Linux binary