beremiz
Clone
Summary
Browse
Changes
Graph
Fix SVGHMI exception when running on Windows, missing ENODATA in errno.
wxPython4
2021-09-09, Edouard Tisserant
6a6d3c318a6b
Fix SVGHMI exception when running on Windows, missing ENODATA in errno.
#
# Dockerfile for wxPython3.0 running on python2.7
#
FROM python:2.7-stretch
RUN set -xe \
&& apt-get update \
&& apt-get install -y --no-install-recommends python-wxgtk3.0 python-matplotlib \
&& apt-get install -y --no-install-recommends python-xvfbwrapper xvfb \
&& apt-get clean