From 9c3198f9716e9a8bc49b34aa700cd9d92ec405d5 Mon Sep 17 00:00:00 2001 From: Naveenraj M Date: Sun, 29 Mar 2020 02:06:59 +0530 Subject: [PATCH] install which used by nvm.sh --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f835fae..ad148de 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ FROM centos:7 COPY . . # Installing tools needed for rpmbuild -RUN yum install -y gcc rpm-build rpm-devel rpmlint make bash coreutils rpmdevtools +RUN yum install -y gcc rpm-build rpm-devel rpmlint make bash coreutils rpmdevtools which # LOG: check contents RUN pwd && ls -la