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