From 8a8207e94cfd665376b53f04096c6265fa048103 Mon Sep 17 00:00:00 2001 From: Michael Kamprath Date: Sat, 25 Feb 2023 23:07:29 -0800 Subject: [PATCH] fixed uninstall distlib issue during docker build --- multistreaming-server/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multistreaming-server/Dockerfile b/multistreaming-server/Dockerfile index 2c30a4f..e69ba14 100644 --- a/multistreaming-server/Dockerfile +++ b/multistreaming-server/Dockerfile @@ -33,7 +33,7 @@ RUN set -x \ && chown stunnel:stunnel /var/run/stunnel/ \ && wget -O /tini https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini-static \ && chmod +x /tini \ - && pip3 install supervisor==${SUPERVISORD_VERSION} pipenv==${PIPENV_PACKAGE_VERSION} + && pip3 install --ignore-installed distlib supervisor==${SUPERVISORD_VERSION} pipenv==${PIPENV_PACKAGE_VERSION} COPY Pipfile Pipfile.lock / RUN pipenv install --system --deploy