Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
MemoryCollection authored Nov 21, 2024
1 parent 248b1c1 commit 19f3800
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 @@ -7,7 +7,9 @@ ENV CHROMEDRIVER_VERSION ${CHROME_VERSION}
# Install required tools and libraries
RUN apt-get -yqq update && \
apt-get -yqq install --no-install-recommends \
curl unzip gnupg wget libglib2.0-0 libx11-6 libnss3 libgdk-pixbuf2.0-0 libx11-xcb1 libxcomposite1 libxrandr2 libasound2 libatk-bridge2.0-0 libatk1.0-0 libcups2 && \
curl unzip gnupg wget libglib2.0-0 libx11-6 libnss3 \
libgdk-pixbuf2.0-0 libx11-xcb1 libxcomposite1 libxrandr2 \
libasound2 libatk-bridge2.0-0 libatk1.0-0 libcups2 libdrm2 && \
rm -rf /var/lib/apt/lists/*

# Install Chrome WebDriver
Expand Down

0 comments on commit 19f3800

Please # to comment.