diff --git a/Dockerfile b/Dockerfile index ac32036..187644d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -43,6 +43,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ g++ \ rsync \ python3-pip \ + python3-venv \ && ln -s /usr/bin/fdfind /usr/local/bin/fd \ && rm -rf /var/lib/apt/lists/*