From 8ae81b334990221273b3a86ef5fa176f750a891a Mon Sep 17 00:00:00 2001 From: Timon de Groot Date: Fri, 30 Dec 2022 15:56:33 +0100 Subject: [PATCH] ci/image: Install virtualenv --- ci/build/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/build/Dockerfile b/ci/build/Dockerfile index 56df6e1..fc18696 100644 --- a/ci/build/Dockerfile +++ b/ci/build/Dockerfile @@ -40,6 +40,7 @@ RUN apt-get update && \ jq \ ca-certificates \ python3 \ + virtualenv \ wget \ curl \ openssl \