From c80e5f68540154aa65b8ba8529250e2cd3b1ed45 Mon Sep 17 00:00:00 2001 From: Min RK Date: Tue, 21 Mar 2023 11:05:25 +0100 Subject: [PATCH] add python3 to integration test debian base image doesn't include Python3 --- integration-tests/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/integration-tests/Dockerfile b/integration-tests/Dockerfile index 69a7ba4..447bcb7 100644 --- a/integration-tests/Dockerfile +++ b/integration-tests/Dockerfile @@ -11,6 +11,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \ curl \ git \ sudo \ + python3 \ && rm -rf /var/lib/apt/lists/* # Kill all the things we don't need