docker: install gpg-agent

This commit is contained in:
James R. Barlow
2022-09-21 01:04:34 -07:00
parent b1fecf3b05
commit d002703c41
+1 -1
View File
@@ -52,7 +52,7 @@ FROM base
# For Tesseract 5
RUN apt-get update && apt-get install -y --no-install-recommends \
software-properties-common
software-properties-common gpg-agent
RUN add-apt-repository -y ppa:alex-p/tesseract-ocr-devel
RUN apt-get update && apt-get install -y --no-install-recommends \