beremiz
Clone
Summary
Browse
Changes
Graph
IDE: Process Logging : Add annotation in log so that user can see build is still alive and how long external process takes.
2021-03-02, Edouard Tisserant
ce21ce181fdb
IDE: Process Logging : Add annotation in log so that user can see build is still alive and how long external process takes.
#
# 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