diff --git a/.github/workflows/Dockerfile b/.github/workflows/Dockerfile index beba817..3c80418 100644 --- a/.github/workflows/Dockerfile +++ b/.github/workflows/Dockerfile @@ -22,6 +22,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ pkg-config \ python3 \ python3-pip \ + python3-venv \ ca-certificates \ git \ && rm -rf /var/lib/apt/lists/*