diff --git a/Dockerfile b/Dockerfile index a7a6de3..b29962d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,7 @@ FROM python:3.10-slim-bullseye RUN apt update \ && apt install --no-install-recommends --yes \ git \ + make \ && rm -rf /var/lib/apt/lists/* ENV VIRTUAL_ENV=/opt/venv RUN python3 -m venv pip $VIRTUAL_ENV