From a8c2b3e26c92a36bb36dbf10dfb45e5734b43f98 Mon Sep 17 00:00:00 2001 From: Hari Sekhon Date: Tue, 8 Oct 2024 22:10:06 +0300 Subject: [PATCH] updated Dockerfile --- devops-python-tools-ubuntu/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/devops-python-tools-ubuntu/Dockerfile b/devops-python-tools-ubuntu/Dockerfile index 3789050e7..54c55adc7 100644 --- a/devops-python-tools-ubuntu/Dockerfile +++ b/devops-python-tools-ubuntu/Dockerfile @@ -28,6 +28,7 @@ ENV DEBIAN_FRONTEND noninteractive # used by build.sh to figure out which repo to bootstrap ENV PATH $PATH:/github/pytools:/github/pytools/bash-tools +# access the scripts via the $PATH - safer than trying to do .profile injection since it may not be triggered ENV PATH $PATH:/github/pytools/bash-tools/ai ENV PATH $PATH:/github/pytools/bash-tools/appveyor ENV PATH $PATH:/github/pytools/bash-tools/aws