Skip to content

Commit 8ce4625

Browse files
committed
fix: fix srcML URL.
1 parent 746b717 commit 8ce4625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN pip3 install pandas plotnine scipy jupyter
1515
ENV LANG=C.UTF-8
1616

1717
# Install srcML
18-
RUN wget http://131.123.42.38/lmcrs/v1.0.0/srcml_1.0.0-1_ubuntu20.04.deb \
18+
RUN wget https://github.com/srcML/srcML/releases/download/v1.0.0/srcml_1.0.0-1_ubuntu20.04.deb \
1919
&& gdebi srcml_1.0.0-1_ubuntu20.04.deb -n
2020

2121
# Install cgum

0 commit comments

Comments
 (0)