beremiz
Clone
Summary
Browse
Changes
Graph
Sequel to 95fe62bfe920 : Copy description when DnD variables from Globals in resources and configuration variable panels to POUs, now including ST/IL POUs.
2021-09-16, Edouard Tisserant
e6c758e41f82
Sequel to 95fe62bfe920 : Copy description when DnD variables from Globals in resources and configuration variable panels to POUs, now including ST/IL POUs.
#
# 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