From 91d0ad65e7072070bb58cd81b38e4a1f80963966 Mon Sep 17 00:00:00 2001 From: sushmithabandari <68025083+sushmithabandari@users.noreply.github.com> Date: Thu, 27 Feb 2025 17:21:52 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index be2b6c1..bceff5c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,11 +7,9 @@ RUN apt-get update && \ libgbm-dev \ zip \ rsync \ - python3 \ - python3-pip \ + jinja-cli \ ./google-chrome-stable_current_amd64.deb &&\ rm google-chrome-stable_current_amd64.deb &&\ npm install -g @getgauge/cli -RUN pip3 install ansible boto3 jinja-cli