beremiz
Clone
Summary
Browse
Changes
Graph
Runtime: Add stderr support to local posix spawn based subprocess replacement
2023-11-24, Edouard Tisserant
a1d7187b8402
Runtime: Add stderr support to local posix spawn based subprocess replacement
#
# 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