beremiz
Clone
Summary
Browse
Changes
Graph
OPC-UA: Removed more "LocalizedText()", this time in selected variable list
2021-10-29, Edouard Tisserant
c25a752b664e
OPC-UA: Removed more "LocalizedText()", this time in selected variable list
#
# 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