tests/tools/Docker/python2.7-wxpython/Dockerfile
branchwxPython4
changeset 3693 4058140a8757
parent 3692 a9b787d84846
child 3694 129b8e32f5bb
--- 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