diff -r a9b787d84846 -r 4058140a8757 tests/tools/Docker/python2.7-wxpython/Dockerfile --- a/tests/tools/Docker/python2.7-wxpython/Dockerfile Thu Nov 24 16:12:03 2022 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,11 +0,0 @@ -# -# 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