beremiz
Clone
Summary
Browse
Changes
Graph
IDE: Tutorial/Example menu was broken : path of project being open was the same for all menu entries.
2021-11-16, Edouard Tisserant
6532d7a1a3b5
IDE: Tutorial/Example menu was broken : path of project being open was the same for all menu entries.
#
# 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