Skip to content

Commit

Permalink
Merge pull request #11 from juntossomosmais/feat/add-dependencies
Browse files Browse the repository at this point in the history
feat: add dependencies
  • Loading branch information
lizarbventurim authored Oct 25, 2024
2 parents 67087f4 + 7971bd7 commit 141eaea
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,20 @@ RUN wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | apt-key add
&& apt-get update \
&& apt-get install -y google-chrome-stable --no-install-recommends

RUN apt-get update && \
apt-get install -y \
libgtk2.0-0 \
libgtk-3-0 \
libgbm-dev \
libnotify-dev \
libnss3 \
libxss1 \
libasound2 \
libxtst6 \
xauth \
xvfb \
&& apt-get clean

# Limpar cache do apt-get para reduzir o tamanho da imagem
RUN apt-get clean && rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 141eaea

Please sign in to comment.