File tree Expand file tree Collapse file tree 6 files changed +6
-0
lines changed Expand file tree Collapse file tree 6 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ RUN yum -y install \
2323 libuuid-devel \
2424 libxml2-devel \
2525 ncurses-devel \
26+ patchelf \
2627 pexpect \
2728 pkgconfig \
2829 procps-ng \
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ RUN yum install --enablerepo=centosplus -y \
2323 ncurses-devel \
2424 ninja-build \
2525 openssl-devel \
26+ patchelf \
2627 pexpect \
2728 python-devel \
2829 python3-devel \
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ RUN yum install -y \
1414 libuuid-devel \
1515 libxml2-devel \
1616 ncurses-devel \
17+ patchelf \
1718 python3-devel \
1819 rsync \
1920 sqlite-devel \
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ RUN apt -y update && apt -y install \
1818 libsqlite3-dev \
1919 libxml2-dev \
2020 ninja-build \
21+ patchelf \
2122 pkg-config \
2223 python \
2324 python-six \
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ RUN apt-get -y update && apt-get -y install \
1818 libsqlite3-dev \
1919 libxml2-dev \
2020 ninja-build \
21+ patchelf \
2122 pkg-config \
2223 python \
2324 python-six \
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ RUN apt-get -y update && apt-get -y install \
1818 libsqlite3-dev \
1919 libxml2-dev \
2020 ninja-build \
21+ patchelf \
2122 pkg-config \
2223 python2 \
2324 python-six \
You can’t perform that action at this time.
0 commit comments