Skip to content

Commit

Permalink
(sakuli/sakuli-ocr#7) Added tesseract and updated to ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
svettwer committed Dec 15, 2020
1 parent ee42c7d commit 58b6681
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Dockerfile.sakuli-base
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This Dockerfile is used to build an headles vnc image based on Ubuntu
# Used to run CI jobs for nut.js
ARG BASE_IMAGE_VERSION=18.04
ARG BASE_IMAGE_VERSION=20.04
FROM ubuntu:$BASE_IMAGE_VERSION

ARG NODE_VERSION
Expand Down Expand Up @@ -68,7 +68,10 @@ RUN apt-get update && \
curl \
iputils-ping \
iputils-tracepath \
dnsutils && \
dnsutils \
tesseract-ocr \
tesseract-ocr-deu \
tesseract-ocr-eng && \
apt-get clean -y && \
apt-get autoremove -y && \
rm -rf /var/lib/apt/lists/* /var/cache/apt/* && \
Expand Down

0 comments on commit 58b6681

Please sign in to comment.