You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a need downstream, to include python build dependencies into the python-builder image, but not the final image. For this case, we've added support for build-requirements.txt file. But need to now allow for that in Dockerfiles generated by ansible-builder.
I think these is also required for bindeps. For example, I might need gcc + Python header files in the builder image to build a wheel, but I don't want them in the final image.
There is a need downstream, to include python build dependencies into the python-builder image, but not the final image. For this case, we've added support for build-requirements.txt file. But need to now allow for that in Dockerfiles generated by ansible-builder.
ansible/python-builder-image#35
The text was updated successfully, but these errors were encountered: