github.com/zhuohuang-hust/src-cbuild@v0.0.0-20230105071821-c7aab3e7c840/mergeCode/tini/Dockerfile (about) 1 FROM ubuntu:trusty 2 3 COPY ci/install_deps.sh /install_deps.sh 4 RUN /install_deps.sh 5 6 # Pre-install those here for faster local builds. 7 RUN CFLAGS="-DPR_SET_CHILD_SUBREAPER=36 -DPR_GET_CHILD_SUBREAPER=37" pip install psutil python-prctl bitmap