From 9f5bc590e919faab0a0d5bee0d89a96dcca5e4b3 Mon Sep 17 00:00:00 2001 From: sushmithabandari <68025083+sushmithabandari@users.noreply.github.com> Date: Thu, 27 Feb 2025 18:22:01 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5a631fd..a37fff5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,8 +13,7 @@ RUN apt-get update && apt-get install -y \ libappindicator3-1 \ libayatana-appindicator3-1 \ python3 \ - python3-pip \ - && apt-get clean && rm -rf /var/lib/apt/lists/* + python3-pip # Install Jinja2 CLI using python3 -m pip to avoid potential pip3 issues RUN python3 -m pip install --no-cache-dir jinja2-cli