Merge "uwsgi-base: drop packages.txt"
This commit is contained in:
commit
c8f8edd478
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user