From 3bc02babf67d09b03c3faee9752645029357218a Mon Sep 17 00:00:00 2001 From: storypku Date: Thu, 14 Jan 2021 21:44:07 +0800 Subject: [PATCH] Docker::Installers: add patchelf for release build --- docker/build/installers/install_release_deps.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docker/build/installers/install_release_deps.sh b/docker/build/installers/install_release_deps.sh index a5fa9bf313..3e3736ac8f 100755 --- a/docker/build/installers/install_release_deps.sh +++ b/docker/build/installers/install_release_deps.sh @@ -25,8 +25,12 @@ CURR_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd -P)" apt_get_update_and_install \ git \ vim \ + patchelf \ silversearcher-ag +# Note(storypku): +# patchelf was required for release build. + # More: # lrzsz -- GitLab