aboutsummaryrefslogtreecommitdiff
path: root/ci/lint/docker-entrypoint.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/lint/docker-entrypoint.sh')
-rwxr-xr-xci/lint/docker-entrypoint.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/ci/lint/docker-entrypoint.sh b/ci/lint/docker-entrypoint.sh
index 3fdbbb0761..63bd2d4298 100755
--- a/ci/lint/docker-entrypoint.sh
+++ b/ci/lint/docker-entrypoint.sh
@@ -5,6 +5,8 @@ export LC_ALL=C
# of the mounted bitcoin src dir.
git config --global --add safe.directory /bitcoin
+export PATH="/python_build/bin:${PATH}"
+
if [ -z "$1" ]; then
LOCAL_BRANCH=1 bash -ic "./ci/lint/06_script.sh"
else