branch | wxPython4 |
changeset 3693 | 4058140a8757 |
parent 3692 | a9b787d84846 |
child 3694 | 129b8e32f5bb |
3692:a9b787d84846 | 3693:4058140a8757 |
---|---|
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 |