🧹 Move one-liner ocrd_logging.py to an echo statement

This commit is contained in:
Gerber, Mike 2020-08-24 19:35:08 +02:00
parent 13c619a2f0
commit 902f32cb95
2 changed files with 1 additions and 2 deletions

View file

@ -22,7 +22,7 @@ RUN echo "APT::Acquire::Retries \"3\";" > /etc/apt/apt.conf.d/80-retries && \
# Set up OCR-D logging
COPY ocrd_logging.py /etc/
RUN echo "setOverrideLogLevel(os.getenv('LOG_LEVEL', 'INFO'))" >/etc/ocrd_logging.py
# Install pip (and setuptools)