tools/docker: Fix python alpine export recipe

This commit is contained in:
Corentin Le Molgat
2021-12-13 18:05:04 +01:00
parent 689160bfe1
commit 1610d4a33a

View File

@@ -300,8 +300,8 @@ ${alpine_export_targets}: python_%_alpine_export: python_%_alpine_build | export
${DOCKER_RUN_CMD} \
-v `pwd`/export:/export \
-it \
--name ortools_$$< \
${IMAGE}:$$< \
--name ortools_$< \
${IMAGE}:$< \
"cp build*/python/dist/*.whl /export/python"
## MERGE DISTRO ##