Skip to content

Commit

Permalink
apply for other variants
Browse files Browse the repository at this point in the history
  • Loading branch information
n0099 authored Aug 11, 2023
1 parent 4430de1 commit 00a8f76
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docker/ubuntu20-dotnet6-opencv4.6.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ ENV OPENCV_VERSION=4.6.0
WORKDIR /

# Install opencv dependencies
RUN apt-get update && apt-get -y install --no-install-recommends \
RUN apt-get update && apt-get install -y software-properties-common && add-apt-repository ppa:alex-p/tesseract-ocr5 \
&& apt-get -y install --no-install-recommends \
apt-transport-https \
software-properties-common \
wget \
Expand Down
3 changes: 2 additions & 1 deletion docker/ubuntu20-dotnet6sdk-opencv4.6.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ ENV OPENCV_VERSION=4.6.0
WORKDIR /

# Install opencv dependencies
RUN apt-get update && apt-get -y install --no-install-recommends \
RUN apt-get update && apt-get install -y software-properties-common && add-apt-repository ppa:alex-p/tesseract-ocr5 \
&& apt-get -y install --no-install-recommends \
apt-transport-https \
software-properties-common \
wget \
Expand Down
3 changes: 2 additions & 1 deletion docker/ubuntu22-dotnet6-opencv4.8.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ ENV OPENCV_VERSION=4.8.0
WORKDIR /

# Install opencv dependencies
RUN apt-get update && apt-get -y install --no-install-recommends \
RUN apt-get update && apt-get install -y software-properties-common && add-apt-repository ppa:alex-p/tesseract-ocr5 \
&& apt-get -y install --no-install-recommends \
apt-transport-https \
software-properties-common \
wget \
Expand Down

0 comments on commit 00a8f76

Please sign in to comment.