beremiz

IDE: Add a shortcut to project "Clean" action : F9
svghmi
2021-04-01, Edouard Tisserant
d23f5117f6b0
IDE: Add a shortcut to project "Clean" action : F9
#
# 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