From b21cf30fc377a7fe47cc7d7abf5400fd005af767 Mon Sep 17 00:00:00 2001 From: Shelly Wang Date: Mon, 16 Dec 2024 18:51:15 +0000 Subject: [PATCH] Update Kangooroo version --- Dockerfile | 4 ++-- kangooroo/log4j2.xml | 7 +------ tests/requirements.txt | 2 +- 3 files changed, 4 insertions(+), 9 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8968004..36b98f8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,11 +2,11 @@ ARG branch=latest FROM cccs/assemblyline-v4-service-base:$branch ENV SERVICE_PATH=urldownloader.URLDownloader -ENV KANGOOROO_VERSION=v2.0.1.stable6 +ENV KANGOOROO_VERSION=v2.0.1.stable7 USER root RUN apt update -y && \ - apt install -y wget default-jre unzip ffmpeg && \ + apt install -y 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/kangooroo/log4j2.xml b/kangooroo/log4j2.xml index 3991b5d..d775e1a 100644 --- a/kangooroo/log4j2.xml +++ b/kangooroo/log4j2.xml @@ -9,11 +9,6 @@ + - - - - %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n - - diff --git a/tests/requirements.txt b/tests/requirements.txt index 2474aa4..1e3e5b2 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,3 +1,3 @@ pytest assemblyline-service-utilities -yaml +assemblyline