Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sushmithabandari authored Feb 27, 2025
1 parent 9f5bc59 commit 40412c2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit 40412c2

Please sign in to comment.