beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI : avoid caching of xhtml file by forcing cache-control header in http response.
svghmi
2020-01-21, Edouard Tisserant
15d7bd79d9e8
SVGHMI : avoid caching of xhtml file by forcing cache-control header in http response.
#
# 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