Dockerfile.linux: install "patch" utility (#162)

This commit is contained in:
Jesse Chan 2021-04-09 00:22:40 +08:00 committed by GitHub
parent 0cc2634d4f
commit 8c6b98a39d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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