diff --git a/Dockerfile b/Dockerfile index df74901..a54223e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -57,6 +57,8 @@ RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \ ninja-build \ clamav \ jq \ + python3 \ + python3-pip \ && rustup target add x86_64-pc-windows-gnu \ && rustup component add \ llvm-tools-preview \