Skip to content
Snippets Groups Projects
Unverified Commit b11787b1 authored by Sebastian Höffner's avatar Sebastian Höffner
Browse files

Updating sourceforge download link.

parent f270c120
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ RUN apt-get update \
python \
&& apt-get clean \
# Download and extract OpenCCG -- first for libraries, then the requested source-code version
&& curl -o openccg-${OPENCCG_LIB_VERSION}.tgz https://datapacket.dl.sourceforge.net/project/openccg/openccg/openccg%20v${OPENCCG_LIB_VERSION}%20-%20deplen%2C%20kenlm%2C%20disjunctivizer/openccg-${OPENCCG_LIB_VERSION}.tgz \
&& curl -o openccg-${OPENCCG_LIB_VERSION}.tgz https://iweb.dl.sourceforge.net/project/openccg/openccg/openccg%20v${OPENCCG_LIB_VERSION}%20-%20deplen%2C%20kenlm%2C%20disjunctivizer/openccg-${OPENCCG_LIB_VERSION}.tgz \
&& tar zxf openccg-${OPENCCG_LIB_VERSION}.tgz \
&& rm openccg-${OPENCCG_LIB_VERSION}.tgz \
# Source code overwrites
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment