beremiz
Clone
Summary
Browse
Changes
Graph
PY_EXT: OnChange is now a coma separated list of callables. Updated tests/python accordingly.
svghmi
2020-10-20, Edouard Tisserant
466c3df67835
PY_EXT: OnChange is now a coma separated list of callables. Updated tests/python accordingly.
#
# 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