Docker image for Wine+Python runtime. Minimum image for python runtime
1.1K

Docker is easy to deploy in any environment, such as the Paas
Wine Some programs must be executed under Windows
Python is a very easy to use and popular programming language
For Python 3.10.8 32bit for Windows only, minimum image for python runtime!!!
Does not include the full Windows environment
Use like you would any other base image:
FROM idiotdocker/winepy:latest
RUN ...
ENTRYPOINT ["..."]
RUN wine python ...
RUN wine pip install --no-cache-dir -r requirements.txt
MIT © bitjerry
Content type
Image
Digest
sha256:c7037e990…
Size
460.1 MB
Last updated
almost 4 years ago
docker pull idiotdocker/winepy