quiet pip install output
This commit is contained in:
parent
85c36bc14f
commit
a4eb23280f
1 changed files with 1 additions and 1 deletions
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue