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 ea9e124 commit 9f5bc59
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 @@ -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
Expand Down

0 comments on commit 9f5bc59

Please sign in to comment.