From 8480eb090b4e24e0e960fac063da5b03d4957936 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 | 1 + 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8968004..31e9465 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 wget default-jre unzip ffmpeg && \ # 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..4428d20 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,3 +1,4 @@ pytest assemblyline-service-utilities yaml +beautifulsoup4