Skip to content

Commit

Permalink
Update Kangooroo version
Browse files Browse the repository at this point in the history
  • Loading branch information
cccs-shellyw committed Dec 17, 2024
1 parent 37425a3 commit b21cf30
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 1 addition & 6 deletions kangooroo/log4j2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@
<Root level="info">
<AppenderRef ref="Console" />
</Root>
<logger name="com.browserup.bup.BrowserUpProxyServer" level="OFF"/>
</Loggers>
<logger name="com.browserup.bup.BrowserUpProxyServer" level="OFF"/>
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n</pattern>
</encoder>
</appender>
</Configuration>
2 changes: 1 addition & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pytest
assemblyline-service-utilities
yaml
assemblyline

0 comments on commit b21cf30

Please sign in to comment.