Skip to content

Commit

Permalink
fixed uninstall distlib issue during docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkamprath committed Feb 26, 2023
1 parent af40b20 commit 8a8207e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multistreaming-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8a8207e

Please sign in to comment.