diff -r 82c10dcec29c -r 8f8735f558c7 tests/tools/Docker/python2.7-wxpython/Dockerfile --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tests/tools/Docker/python2.7-wxpython/Dockerfile Mon Mar 18 12:20:46 2019 +0300 @@ -0,0 +1,11 @@ +# +# 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