Skip to content

Commit ea5ec70

Browse files
committed
dockerfile: only install one version of pyparsing
1 parent 3af90d0 commit ea5ec70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cwltool.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ RUN rm /wheels/schema_salad*
1414
RUN pip install black
1515
RUN SCHEMA_SALAD_USE_MYPYC=1 MYPYPATH=typeshed pip wheel --no-binary schema-salad \
1616
$(grep schema.salad requirements.txt) --wheel-dir=/wheels
17+
RUN rm /wheels/pyparsing-3*
1718
RUN pip install --force-reinstall --no-index --no-warn-script-location --root=/pythonroot/ /wheels/*.whl
1819
# --force-reinstall to install our new mypyc compiled schema-salad package
1920

0 commit comments

Comments
 (0)