Skip to content

Commit eea238a

Browse files
authored
Update Comskip repository link
git:// protocol is no longer supported, replaced with https://
1 parent 8b5d7c9 commit eea238a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN apk --no-cache add python ffmpeg tzdata bash \
77
&& wget http://prdownloads.sourceforge.net/argtable/argtable2-13.tar.gz \
88
&& tar xzf argtable2-13.tar.gz \
99
&& cd argtable2-13/ && ./configure && make && make install \
10-
&& cd /tmp && git clone git://github.com/erikkaashoek/Comskip.git \
10+
&& cd /tmp && git clone https://github.com/erikkaashoek/Comskip \
1111
&& cd Comskip && ./autogen.sh && ./configure && make && make install \
1212
&& apk del builddeps \
1313
&& rm -rf /var/cache/apk/* /tmp/* /tmp/.[!.]*

0 commit comments

Comments
 (0)