andrej@2549: # andrej@2549: # Dockerfile for wxPython3.0 running on python2.7 andrej@2549: # andrej@2549: andrej@2549: FROM python:2.7-stretch andrej@2549: andrej@2549: RUN set -xe \ andrej@2549: && apt-get update \ andrej@2549: && apt-get install -y --no-install-recommends python-wxgtk3.0 python-matplotlib \ andrej@2549: && apt-get install -y --no-install-recommends python-xvfbwrapper xvfb \ andrej@2549: && apt-get clean