Skip to content

Commit

Permalink
Add patch from #72 for gcc7 and tesseract 4
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Apr 7, 2020
1 parent 2624df2 commit ece6556
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packaging/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,12 @@ ARG VERSION=v1.0pre7
ARG TARGET=debian

FROM alpine AS source
RUN apk add git
RUN apk add git curl patch
ARG VERSION
RUN git clone --depth=1 -b $VERSION https://github.com/ruediger/VobSub2SRT /source
WORKDIR /source
RUN curl -sSfLO https://github.com/ruediger/VobSub2SRT/pull/72.patch
RUN patch -p1 < 72.patch

FROM debian:buster AS build-debian
RUN --mount=type=cache,id=apt,target=/var/cache/apt \
Expand Down

0 comments on commit ece6556

Please sign in to comment.