From c745dd7050163b7edea306ef3a85a3bcf02c3418 Mon Sep 17 00:00:00 2001
From: Nico Boehr <nico@nicoboehr.de>
Date: Fri, 8 Sep 2023 15:39:42 +0200
Subject: [PATCH] add missing deps

---
 Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Dockerfile b/Dockerfile
index a03e189..7951eee 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -6,6 +6,7 @@ RUN apt-get update \
     git \
     subversion \
     python3 \
+    python3-distutils \
     build-essential \
     gawk \
     unzip \
-- 
GitLab