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 24fb820 commit 207c55c
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,14 @@ RUN apt-get update && apt-get install -y \
libgbm-dev \
zip \
rsync \
python3 \
python3-pip \
jinja2-cli \
fonts-liberation \
xdg-utils \
libasound2 \
libappindicator3-1 \
libayatana-appindicator3-1 \
python3 \
python3-pip

RUN pip3 install jinja2-cli
libappindicator3-1 || apt-get install -y libayatana-appindicator3-1 \
&& apt-get clean

# 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 All @@ -28,7 +27,3 @@ RUN npm install -g @getgauge/cli

# Clean up
RUN rm -rf /var/lib/apt/lists/*




0 comments on commit 207c55c

Please sign in to comment.