From 4b4d908fa6d93f1db91b5519e261f1f98902fa11 Mon Sep 17 00:00:00 2001 From: sushmithabandari <68025083+sushmithabandari@users.noreply.github.com> Date: Thu, 27 Feb 2025 18:00:55 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1d701aa..fb05370 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,11 +7,12 @@ RUN apt-get update && apt-get install -y \ libgbm-dev \ zip \ rsync \ - jinja-cli \ fonts-liberation \ xdg-utils \ libasound2 \ libappindicator3-1 || apt-get install -y libayatana-appindicator3-1 \ + && apt-get install -y python3-pip \ + && pip3 install --upgrade jinja-cli \ && apt-get clean # Install Google Chrome with proper dependency handling