Closed Benjin closed 1 year ago
I had to add RUN pip install requests to the dockerfile in order to get it to run.
RUN pip install requests
docker-compose up
Error:
Linux-style containers running on a Windows 10 host
Thanks for the report, looking into it
Found the problem, working on a fix
Published to DockerHub and ghcr.io
Description of the bug
I had to add
RUN pip install requests
to the dockerfile in order to get it to run.Steps To Reproduce
docker-compose up
Error:
Additional Information
Linux-style containers running on a Windows 10 host