beremiz

Backed out changeset c646a1f0fb0b - was on wrong branch
wxPython4
2021-10-22, Edouard Tisserant
d486b98d7005
Backed out changeset c646a1f0fb0b - was on wrong branch
#
# 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