Merge "uwsgi-base: drop packages.txt"

This commit is contained in:
Zuul 2020-06-15 21:29:41 +00:00 committed by Gerrit Code Review
commit c8f8edd478

View File

@ -22,7 +22,8 @@ RUN assemble uWSGI
FROM docker.io/opendevorg/python-base:${PYTHON_VERSION}
COPY --from=builder /output/ /output
RUN /output/install-from-bindep
RUN /output/install-from-bindep && \
rm -rfv /output/packages.txt
ENV UWSGI_MASTER=1 UWSGI_UID=nobody UWSGI_GID=nogroup