Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Dockerfile.linux: install "patch" utility #162

Merged
merged 1 commit into from
Apr 8, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile.linux
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down