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 f308b8a commit 4b4d908
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ RUN apt-get update && apt-get install -y \
libgbm-dev \
zip \
rsync \
jinja-cli \
fonts-liberation \
xdg-utils \
libasound2 \
libappindicator3-1 || apt-get install -y libayatana-appindicator3-1 \
&& apt-get install -y python3-pip \
&& pip3 install --upgrade jinja-cli \
&& apt-get clean

# Install Google Chrome with proper dependency handling
Expand Down

0 comments on commit 4b4d908

Please sign in to comment.