From 4928aed172abbd827c77cc12e602fd3642754405 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Mayoral=20Vilches?= Date: Wed, 10 Sep 2025 09:18:36 +0000 Subject: [PATCH] Fixes towards reproducibility MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: VĂ­ctor Mayoral Vilches --- docker/ctf.Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/ctf.Dockerfile b/docker/ctf.Dockerfile index 002c097..be09e73 100644 --- a/docker/ctf.Dockerfile +++ b/docker/ctf.Dockerfile @@ -2,12 +2,12 @@ FROM ubuntu:latest # Install required dependencies RUN apt-get update && \ - apt-get install -y bash python3 python3-pip psmisc bsdmainutils cron imagemagick dnsutils git wget gcc sleuthkit netcat unzip curl gdb poppler-utils && \ + apt-get install -y bash python3 python3-pip psmisc bsdmainutils cron imagemagick dnsutils git wget gcc sleuthkit netcat-openbsd unzip curl gdb poppler-utils && \ apt-get clean && \ rm -rf /var/lib/apt/lists/* # Install required pip dependencies -RUN pip3 install pycryptodome +RUN pip3 install --break-system-packages pycryptodome # Load in per-task assets COPY ../data/ctf/task_assets/. /ctf/