Skip to content

Commit

Permalink
fix test requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
cccs-shellyw committed Dec 17, 2024
1 parent 8480eb0 commit bc3ec1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
pytest
assemblyline-service-utilities
yaml
pyyaml
beautifulsoup4
assemblyline

0 comments on commit bc3ec1c

Please sign in to comment.