From 8db9006f07fa292dc8bcfe348b6f19f6a7475edc Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Fri, 11 Mar 2022 09:50:24 +0100 Subject: [PATCH] Docker: Run install scripts with absolute paths #2076 --- scripts/dist/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/dist/Makefile b/scripts/dist/Makefile index 38561b71c..a8a0f173f 100644 --- a/scripts/dist/Makefile +++ b/scripts/dist/Makefile @@ -17,11 +17,11 @@ clean: apt-get -y autoclean rm -rf /var/lib/apt/lists/* gpu: - ./install-gpu.sh + /scripts/install-gpu.sh tensorflow: - ./install-tensorflow.sh auto + /scripts/install-tensorflow.sh auto davfs: - ./install-davfs.sh + /scripts/install-davfs.sh nano: apt-get update apt-get -qq install nano