beremiz
Clone
Summary
Browse
Changes
Graph
MQTT: take C part away from python code for readability.
py2compat
23 months ago, Edouard Tisserant
a06d7180a097
MQTT: take C part away from python code for readability.
C lines change a bit because of unnecessary escaping for '\'.
#
# 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