[docker-base]: add supervisord-dependent-startup plugin for supervisord
This commit is contained in:
parent
2f7924b196
commit
75fe8888d2
@ -88,6 +88,9 @@ RUN apt-get -y purge \
|
||||
{{ install_debian_packages(docker_base_buster_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 && \
|
||||
|
@ -86,6 +86,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 && \
|
||||
|
Loading…
Reference in New Issue
Block a user