Skip to content

Commit ece6556

Browse files
committed
Add patch from #72 for gcc7 and tesseract 4
1 parent 2624df2 commit ece6556

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packaging/Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,12 @@ ARG VERSION=v1.0pre7
1717
ARG TARGET=debian
1818

1919
FROM alpine AS source
20-
RUN apk add git
20+
RUN apk add git curl patch
2121
ARG VERSION
2222
RUN git clone --depth=1 -b $VERSION https://github.com/ruediger/VobSub2SRT /source
23+
WORKDIR /source
24+
RUN curl -sSfLO https://github.com/ruediger/VobSub2SRT/pull/72.patch
25+
RUN patch -p1 < 72.patch
2326

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

0 commit comments

Comments
 (0)