Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sushmithabandari authored Feb 28, 2025
1 parent 207c55c commit 5578265
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,15 @@ RUN apt-get update && apt-get install -y \
rsync \
python3 \
python3-pip \
jinja2-cli \
fonts-liberation \
xdg-utils \
libasound2 \
libappindicator3-1 || apt-get install -y libayatana-appindicator3-1 \
&& apt-get clean

# Install jinja2 using pip
RUN pip3 install --no-cache-dir jinja2-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 && \
apt-get update && \
Expand Down

0 comments on commit 5578265

Please sign in to comment.