We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 051afac commit b44e33bCopy full SHA for b44e33b
scripts/Dockerfile
@@ -35,7 +35,7 @@ RUN set -xe && \
35
cmake -DCMAKE_CXX_STANDARD=11 . && \
36
make install -j $THREADS && \
37
cd .. && \
38
- git clone https://github.com/tindy2013/subconverter --depth=1 && \
+ git clone https://github.com/iCasture/subconverter --depth=1 && \
39
cd subconverter && \
40
[ -n "$SHA" ] && sed -i 's/\(v[0-9]\.[0-9]\.[0-9]\)/\1-'"$SHA"'/' src/version.h;\
41
python3 -m ensurepip && \
0 commit comments