separate config generation from process startup in supervisord (#838)

This commit is contained in:
Adil Hafeez 2026-03-19 22:37:56 -07:00 committed by GitHub
parent cdad02c5ee
commit 180a9cb748
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 30 additions and 9 deletions

View file

@ -50,7 +50,7 @@ FROM python:3.14-slim AS arch
RUN set -eux; \
apt-get update; \
apt-get upgrade -y; \
apt-get install -y --no-install-recommends gettext-base curl; \
apt-get install -y --no-install-recommends gettext-base curl procps; \
apt-get clean; rm -rf /var/lib/apt/lists/*
RUN pip install --no-cache-dir supervisor