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