We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b5d7c9 commit eea238aCopy full SHA for eea238a
Dockerfile
@@ -7,7 +7,7 @@ RUN apk --no-cache add python ffmpeg tzdata bash \
7
&& wget http://prdownloads.sourceforge.net/argtable/argtable2-13.tar.gz \
8
&& tar xzf argtable2-13.tar.gz \
9
&& cd argtable2-13/ && ./configure && make && make install \
10
-&& cd /tmp && git clone git://github.com/erikkaashoek/Comskip.git \
+&& cd /tmp && git clone https://github.com/erikkaashoek/Comskip \
11
&& cd Comskip && ./autogen.sh && ./configure && make && make install \
12
&& apk del builddeps \
13
&& rm -rf /var/cache/apk/* /tmp/* /tmp/.[!.]*
0 commit comments