[infer][PR] add patchelf back to master/Dockerfile

Summary:
This was removed in D19272627 but not added back in D21998484.

Pull Request resolved: https://github.com/facebook/infer/pull/1290

Reviewed By: dulmarod

Differential Revision: D22665397

Pulled By: jvillard

fbshipit-source-id: 8417e405a
master
Jaehwang Jerry Jung 5 years ago committed by Facebook GitHub Bot
parent bd9880569f
commit 4f571cc95c

@ -22,6 +22,7 @@ RUN apt-get update && \
make \
openjdk-11-jdk-headless \
patch \
patchelf \
pkg-config \
python3.7 \
python3-distutils \
@ -56,6 +57,7 @@ RUN cd /infer && \
RUN cd /infer && \
make install-with-libs \
BUILD_MODE=opt \
PATCHELF=patchelf \
DESTDIR="/infer-release" \
libdir_relative_to_bindir="../lib"

Loading…
Cancel
Save