Skip to content

Commit

Permalink
Fix alphabetical order
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquev6 committed Nov 13, 2023
1 parent 6ef6f29 commit 1ac861b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion development/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -134,14 +134,14 @@ RUN --mount=type=cache,target=/root/.cache/pip,sharing=locked \
set -x \
&& pip3 install \
auditwheel \
Chrones \
gcovr \
semver \
sphinx \
sphinx-click \
sphinx-jsonschema \
sphinxcontrib-details-directive \
twine \
Chrones \
&& for python_version in $LINCS_DEV_PYTHON_VERSIONS; do python$python_version -m pip install \
build \
|| exit 1; done
Expand Down

0 comments on commit 1ac861b

Please sign in to comment.