[docker-base]: add supervisord-dependent-startup plugin for supervisord

This commit is contained in:
Guohan Lu 2020-05-14 16:42:58 +00:00
parent f6a8678d8f
commit ebd1915356

View File

@ -85,6 +85,9 @@ RUN apt-get -y purge \
{{ install_debian_packages(docker_base_stretch_debs.split(' ')) }}
{%- endif %}
# Add support for supervisord to handle startup dependencies
RUN pip install supervisord-dependent-startup==1.4.0
# Clean up apt
# Remove /var/lib/apt/lists/*, could be obsoleted for derived images
RUN apt-get clean -y && \