beremiz
Clone
Summary
Browse
Changes
Graph
MQTT: Add status global variable MQTT_STATUS_n, one per MQTT client
py2compat
20 months ago, Edouard Tisserant
9d01706f67d3
MQTT: Add status global variable MQTT_STATUS_n, one per MQTT client
#
# 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