tests/tools/Docker/python2.7-wxpython/Dockerfile
changeset 2549 8f8735f558c7
equal deleted inserted replaced
2548:82c10dcec29c 2549:8f8735f558c7
       
     1 #
       
     2 # Dockerfile for wxPython3.0 running on python2.7
       
     3 #
       
     4 
       
     5 FROM python:2.7-stretch
       
     6 
       
     7 RUN set -xe \
       
     8     && apt-get update \
       
     9     && apt-get install -y --no-install-recommends python-wxgtk3.0 python-matplotlib \
       
    10     && apt-get install -y --no-install-recommends python-xvfbwrapper xvfb \
       
    11     && apt-get clean