mirror of
https://github.com/naveenrajm7/rpmbuild.git
synced 2025-07-12 12:13:51 +00:00
install which used by nvm.sh
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user