We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69b0ba9 commit 4e225a8Copy full SHA for 4e225a8
deploy/docker/base/Dockerfile
@@ -108,9 +108,9 @@ RUN cd /tmp \
108
RUN cd /usr/share/java \
109
&& curl -O https://www.antlr.org/download/antlr-4.13.2-complete.jar \
110
&& cd /tmp \
111
- && git clone https://github.com/antlr/antlr4 \
+ && git clone https://github.com/iagaponenko/antlr4.git \
112
&& cd antlr4 \
113
- && git checkout 4.13.2 \
+ && git checkout qserv \
114
&& git config user.email "qserv@qserv-build" \
115
&& mkdir runtime/Cpp/build \
116
&& cd runtime/Cpp/build \
0 commit comments