From bc3ec1cdebb97450807d0188c130494c3f3e9796 Mon Sep 17 00:00:00 2001 From: Shelly Wang Date: Tue, 17 Dec 2024 15:55:08 +0000 Subject: [PATCH] fix test requirements --- Dockerfile | 2 +- tests/requirements.txt | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 31e9465..f8df283 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ ENV KANGOOROO_VERSION=v2.0.1.stable7 USER root RUN apt update -y && \ - apt install -y wget wget default-jre unzip ffmpeg && \ + apt install -y wget wget default-jre unzip ffmpeg build-essential libffi-dev python3 python3-dev python3-pip libfuzzy-dev && \ # Find out what is the latest version of the chrome-for-testing/chromedriver available VERS=$(wget -q -O - https://googlechromelabs.github.io/chrome-for-testing/LATEST_RELEASE_STABLE) && \ # Download + Install google-chrome with the version matching the latest chromedriver diff --git a/tests/requirements.txt b/tests/requirements.txt index 4428d20..58b9847 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,4 +1,5 @@ pytest assemblyline-service-utilities -yaml +pyyaml beautifulsoup4 +assemblyline