diff --git a/Dockerfile b/Dockerfile index 99170d9d..a2014369 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,7 @@ FROM python:3 +ENV UV_SYSTEM_PYTHON=true + RUN apt-get update && apt-get install -y make WORKDIR /sdk