From bc80d31eaa24433518ac79cec7634dbbdfc5630d Mon Sep 17 00:00:00 2001 From: Koushik Dutta Date: Tue, 26 Dec 2023 15:14:19 -0800 Subject: [PATCH] docker: add logging --- install/docker/install-intel-graphics.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/docker/install-intel-graphics.sh b/install/docker/install-intel-graphics.sh index 35ebee1a87..cbe630db50 100644 --- a/install/docker/install-intel-graphics.sh +++ b/install/docker/install-intel-graphics.sh @@ -1,5 +1,6 @@ if [ "$(uname -m)" = "x86_64" ] then + echo "Installing Intel graphics packages." apt-get update && apt-get install -y gpg-agent && rm -f /usr/share/keyrings/intel-graphics.gpg && curl -L https://repositories.intel.com/graphics/intel-graphics.key | gpg --dearmor --yes --output /usr/share/keyrings/intel-graphics.gpg &&