[Bug]: CreateDockerContainer.bat fails to generate image #234
Labels
state:needs-triage
Needs to triaged to determine next steps
type:bug
Something isn't working
urgency:low
Little to no impact
Is there an existing issue for this?
Current Behavior
CreateDockerContainer.bat can fail in python 3.11 environments that have version of pip that disallows modifying non-virtual environments.
Expected Behavior
CreateDockerContainer.bat successfully creates the docker image.
Steps To Reproduce
cd mu_feature_dfci\DfciPkg\UnitTests\DfciTests
pip install -r pip_requirements.txt
pip install --upgrade pip
cd RefreshServer
CreateDockerContainer.bat
Build Environment
Version Information
Urgency
Low
Are you going to fix this?
I will fix this.
Do you need maintainer feedback?
No maintainer feedback needed
Anything else?
fix is patch to Dockerfile:
pip3 install --break-system-packages cython cherrypy flask pyOpenSSL
The text was updated successfully, but these errors were encountered: