From c6a0b1442e9c300eec7ba94431024457608c28e8 Mon Sep 17 00:00:00 2001 From: joey0629 Date: Tue, 12 Mar 2024 18:23:14 +0800 Subject: [PATCH] webdriver update --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9ca14ab..2d085b6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM python:3.10 # Install Python and pip RUN apt-get update && apt-get install -y python3 python3-pip && apt install nano - +RUN apt-get update && apt-get install -y wget bzip2 libxtst6 libgtk-3-0 libx11-xcb-dev libdbus-glib-1-2 libxt6 libpci-dev && rm -rf /var/lib/apt/lists/* # Set the working directory in the container WORKDIR /app