-
Luke Naylor authored
OCI standard doesn't allow redefining the default shell bash needed to be called explicitly, sourcing the rc file
Luke Naylor authoredOCI standard doesn't allow redefining the default shell bash needed to be called explicitly, sourcing the rc file
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"