build: gitpod Dockerfile fixed

This commit is contained in:
Mateusz Pusz
2024-09-18 19:41:02 -06:00
parent 089ce3f9d9
commit 8e18803083

View File

@@ -30,5 +30,5 @@ RUN npm install split mathjax-full mathjax-node-sre
RUN cabal update RUN cabal update
# Install MathJax-Node-CLI # Install MathJax-Node-CLI
git clone https://github.com/mathjax/mathjax-node-cli --depth=1 RUN git clone https://github.com/mathjax/mathjax-node-cli --depth=1
echo "export PATH=\"$PWD/mathjax-node-cli/bin:\$PATH\"" >> ~/.bashrc RUN echo "export PATH=\"$PWD/mathjax-node-cli/bin:\$PATH\"" >> ~/.bashrc