Skip to content

Commit

Permalink
missing trailling \
Browse files Browse the repository at this point in the history
  • Loading branch information
n0099 authored Aug 11, 2023
1 parent afec8b9 commit 532cbec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/ubuntu22-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
2 changes: 1 addition & 1 deletion docker/ubuntu22-dotnet6sdk-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 532cbec

Please sign in to comment.