Skip to content
Snippets Groups Projects
Verified Commit e8eb7a42 authored by Vincent Sellier's avatar Vincent Sellier
Browse files

Unpin tree-sitter dependency

Related to T3838
parent 966b315b
No related branches found
No related tags found
1 merge request!34Unpin the tree-sitter dependency
......@@ -67,8 +67,7 @@ RUN cd /opt && git clone https://github.com/emscripten-core/emsdk.git && cd emsd
&& ./emsdk install latest && ./emsdk activate latest
ENV PATH="${PATH}:/opt/emsdk/upstream/emscripten"
# Install the tree-sitter python module needed by the yarn build of swh-search
RUN pip3 install tree-sitter==0.19.0
RUN pip3 install tree-sitter
## vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv ##
# inlined from https://raw.githubusercontent.com/jenkinsci/docker-slave/dde4b4483ef4fa06f436fe92247d1001af74a6dd/Dockerfile-jdk11
......
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