From 40412c2f0cf91320e1d1ca3e2d59d9de4ac5e766 Mon Sep 17 00:00:00 2001 From: sushmithabandari <68025083+sushmithabandari@users.noreply.github.com> Date: Thu, 27 Feb 2025 18:24:02 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a37fff5..56e0ec7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,8 +15,7 @@ RUN apt-get update && apt-get install -y \ python3 \ python3-pip -# Install Jinja2 CLI using python3 -m pip to avoid potential pip3 issues -RUN python3 -m pip install --no-cache-dir jinja2-cli +RUN pip3 install jinja2-cli jinja-cli # Install Google Chrome with proper dependency handling RUN wget -q -O /tmp/google-chrome-stable_current_amd64.deb https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb && \