diff --git a/Dockerfile b/Dockerfile index 659a300..72d2e26 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,8 +32,6 @@ FROM python:slim AS src RUN pip install build RUN apt-get update && \ apt-get install -y --no-install-recommends git -COPY . /src -RUN python -m build /src # # Download stages