beremiz
Clone
Summary
Browse
Changes
Graph
IDE: prevent invoking matiec when IEC code did not change since last build.
2021-10-29, Edouard Tisserant
83ed4ea362db
IDE: prevent invoking matiec when IEC code did not change since last build.
#
# 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