Skip to content
Snippets Groups Projects
Dockerfile 419 B
FROM registry.gitlab.com/lukenaylor/latex/sage-tex-chroma-image:latest

# Add the tree-sitter parser for Rust
RUN git clone --depth=1 --branch v0.20.4 https://github.com/tree-sitter/tree-sitter-rust.git /root/src/tree-sitter-rust
# Install the pseudowalls sage package
RUN /usr/bin/bash -c ". ~/.bashrc; sage -pip install pseudowalls --extra-index-url https://gitlab.com/api/v4/projects/43962374/packages/pypi/simple"