🧹 Update/move some XXXs/TODOs

This commit is contained in:
Gerber, Mike 2020-02-07 19:42:54 +01:00
parent b08dc66f9f
commit 0889d1a5e3
2 changed files with 1 additions and 2 deletions

View file

@ -30,7 +30,6 @@ RUN apt-get update && \
# Build Leptonica and Tesseract.
# XXX Use a multi stage build for this.
RUN curl -sSL -O https://github.com/DanBloomberg/leptonica/releases/download/$LEPTONICA_VERSION/leptonica-$LEPTONICA_VERSION.tar.gz && \
tar xvzf leptonica-$LEPTONICA_VERSION.tar.gz && \
cd leptonica-$LEPTONICA_VERSION && \