mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-06-09 14:49:53 +02:00
🧹 Clean up after first apt-get run
This commit is contained in:
parent
4d9a833bef
commit
5e8cd47798
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ RUN apt-get update && \
|
|||
libxml2-utils \
|
||||
xmlstarlet \
|
||||
&& \
|
||||
apt-get clean
|
||||
apt-get clean && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
||||
# Install Leptonica and Tesseract.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue