Skip to content

Commit

Permalink
fix Docker image for building a wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasertl committed Dec 26, 2024
1 parent ad94dbe commit 1175af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devscripts/files/Dockerfile.wheel
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ADD requirements/requirements-dist.txt ./
RUN pip install -r requirements-dist.txt

# Add files necessary to build the wheel
ADD LICENSE MANIFEST.in README.md setup.py pyproject.toml ./
ADD LICENSE MANIFEST.in README.md pyproject.toml ./
ADD docs/source/intro.rst docs/source/
ADD ca/django_ca ca/django_ca

Expand Down

0 comments on commit 1175af9

Please sign in to comment.