Dockerfile.linux: install "patch" utility (#162)
This commit is contained in:
parent
0cc2634d4f
commit
8c6b98a39d
@ -8,7 +8,7 @@ WORKDIR /root/pkg-fetch/
|
||||
|
||||
COPY . ./
|
||||
|
||||
RUN yum install -y glibc-headers kernel-headers git make python2 python3 rh-nodejs14-npm && scl enable rh-nodejs14 bash
|
||||
RUN yum install -y glibc-headers kernel-headers git make patch python2 python3 rh-nodejs14-npm && scl enable rh-nodejs14 bash
|
||||
|
||||
ENV LD_LIBRARY_PATH /opt/rh/rh-nodejs14/root/usr/lib64:$LD_LIBRARY_PATH
|
||||
ENV MANPATH /opt/rh/rh-nodejs14/root/usr/share/man:$MANPATH
|
||||
|
||||
Loading…
Reference in New Issue
Block a user