adds dependencies for seleniumbase

This commit is contained in:
msramalho
2025-06-04 12:00:22 +01:00
parent 22408e2a98
commit 5ec00f7811
3 changed files with 208 additions and 5 deletions

View File

@@ -13,7 +13,7 @@ ARG TARGETARCH
# Installing system dependencies
RUN add-apt-repository ppa:mozillateam/ppa && \
apt-get update && \
apt-get install -y --no-install-recommends gcc ffmpeg fonts-noto exiftool && \
apt-get install -y --no-install-recommends gcc ffmpeg fonts-noto exiftool python3-tk && \
apt-get install -y --no-install-recommends firefox-esr && \
ln -s /usr/bin/firefox-esr /usr/bin/firefox