quiet pip install output

This commit is contained in:
Gabriel Augendre 2023-06-15 22:49:13 +02:00
parent 85c36bc14f
commit a4eb23280f

View file

@ -11,5 +11,5 @@ FROM python:3.11-slim-bookworm as final
RUN apt-get update && apt-get install -y firefox-esr
COPY --from=downloader /app/geckodriver /usr/local/bin/geckodriver
ARG OFX_VERSION
RUN pip --disable-pip-version-check install ofx-processor==$OFX_VERSION
RUN pip --disable-pip-version-check install --quiet ofx-processor==$OFX_VERSION
CMD ["ynab", "lcl", "--download"]