beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: prevent systematic rebuild when there are multiple instances of SVGHMI CTN.
2021-10-29, Edouard Tisserant
aa25c89a8845
SVGHMI: prevent systematic rebuild when there are multiple instances of SVGHMI CTN.
#
# 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