Skip to content

Commit

Permalink
Update docker/ubuntu20-dotnet6-opencv4.7.0/Dockerfile
Browse files Browse the repository at this point in the history
Co-authored-by: shimat <[email protected]>
  • Loading branch information
n0099 and shimat authored Mar 10, 2023
1 parent 8501d7d commit afec8b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/ubuntu20-dotnet6-opencv4.7.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV OPENCV_VERSION=4.7.0
WORKDIR /

# Install opencv dependencies
RUN apt-get update && apt-get install -y software-properties-common && add-apt-repository ppa:alex-p/tesseract-ocr5
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 \
Expand Down

0 comments on commit afec8b9

Please sign in to comment.