forked from mpusz/mp-units
build: gitpod Dockerfile fixed
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user