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 82b8159 commit 248b1c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ 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 && \
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 && \
rm -rf /var/lib/apt/lists/*

# Install Chrome WebDriver
Expand All @@ -31,5 +31,5 @@ COPY app /app
# Install Python dependencies
RUN pip install --no-cache-dir -r requirements.txt

# Set container to idle on start
# Set container to idle on start (or modify to start your application)
CMD ["tail", "-f", "/dev/null"]

0 comments on commit 248b1c1

Please # to comment.