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