Skip to content

Commit

Permalink
tesseract 5.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderP committed Jun 17, 2024
1 parent 461dbe5 commit 2dc203e
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 9 deletions.
14 changes: 6 additions & 8 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,17 @@ DIST=("almalinux_8" \
"fedora_30" \
"fedora_31" \
"fedora_32" \
"fedora_33" \
"fedora_34" \
"fedora_35" \
"fedora_36" \
"fedora_37" \
"fedora_38" \
"fedora_39" \
"fedora_40" \
"ubuntu_20.04" \
"ubuntu_22.04" \
"ubuntu_23.04" \
"ubuntu_24.04" \
"ubuntu_23.10" \
"opensuse_15.3" \
"opensuse_15.4" \
"opensuse_15.5"\
"opensuse_15.6"\
"opensuse_tumbleweed" )


Expand Down Expand Up @@ -96,6 +94,6 @@ test_teseeract(){
done
}

#create_images
create_images
#rm_images
test_teseeract "$1"
#test_teseeract "$1"
7 changes: 7 additions & 0 deletions test/fedora_39/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM fedora:39
RUN yum update -y
RUN yum -y install fuse fuse-libs

RUN mkdir /build
WORKDIR /build
VOLUME ["/build"]
7 changes: 7 additions & 0 deletions test/fedora_40/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM fedora:40
RUN yum update -y
RUN yum -y install fuse fuse-libs

RUN mkdir /build
WORKDIR /build
VOLUME ["/build"]
7 changes: 7 additions & 0 deletions test/ubuntu_24.04/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM ubuntu:24.04
RUN apt-get update && apt-get dist-upgrade -y
RUN apt-get install -y libfuse2 fuse

RUN mkdir /build
WORKDIR /build
VOLUME ["/build"]

0 comments on commit 2dc203e

Please sign in to comment.