From 2b90a8d32a276511bc52e4514152dfd78777ef11 Mon Sep 17 00:00:00 2001 From: sushmithabandari <68025083+sushmithabandari@users.noreply.github.com> Date: Thu, 27 Feb 2025 22:15:17 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3326888..fd1e897 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,16 +9,13 @@ RUN apt-get update && apt-get install -y \ rsync \ python3 \ python3-pip \ - python-jinja2 \ + python3-jinja2 \ fonts-liberation \ xdg-utils \ libasound2 \ libappindicator3-1 || apt-get install -y libayatana-appindicator3-1 \ && apt-get clean -# Install jinja2 using pip -RUN pip3 install jinja2 - # 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 && \ apt-get update && \