Skip to content

Commit

Permalink
Sort packages alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanlukasczyk committed Dec 6, 2024
1 parent 93f1c50 commit 6d82fc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
&& rm -rf /var/lib/apt/lists/*

RUN pip install /pynguin/pynguin-${PYNGUIN_VERSION}-py3-none-any.whl \
typing-extensions==4.12.2 \
mypy==1.13.0
mypy==1.13.0 \
typing-extensions==4.12.2

ENTRYPOINT ["/pynguin/pynguin-docker.sh"]
CMD []

0 comments on commit 6d82fc4

Please sign in to comment.