From 24fb8207fcda5c8359dbafbd59b9a829afcbdb3f Mon Sep 17 00:00:00 2001 From: sushmithabandari <68025083+sushmithabandari@users.noreply.github.com> Date: Thu, 27 Feb 2025 18:29:05 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 56e0ec7..35b75c8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ RUN apt-get update && apt-get install -y \ python3 \ python3-pip -RUN pip3 install jinja2-cli jinja-cli +RUN pip3 install jinja2-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 && \