beremiz
Clone
Summary
Browse
Changes
Graph
IDE: Workaround exception caused by dead C/C++ swig-wrapped object when debug still try to update view after close.
2022-05-23, Edouard Tisserant
ff25207ec303
IDE: Workaround exception caused by dead C/C++ swig-wrapped object when debug still try to update view after close.
#
# 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