Skip to content

Commit

Permalink
Clean network logging in dockerimage
Browse files Browse the repository at this point in the history
Fixes #426
  • Loading branch information
joschrew committed Apr 24, 2024
1 parent 6ddf302 commit 3a03c51
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,9 @@ RUN sed -i '/width\|height/s/value="16KP"/value="64KP"/' /etc/ImageMagick-6/poli
# cannot just set ENV, because internal bashrc will override it anyway
RUN echo "PS1='\w\$ '" >> /etc/bash.bashrc

# clean possibly created log-files & -folders of ocrd_network logger to prevent permission problems
RUN rm -rf /tmp/ocrd_*

# reset to interactive
ENV DEBIAN_FRONTEND teletype

Expand Down

0 comments on commit 3a03c51

Please sign in to comment.