Skip to content

Commit

Permalink
build: gitpod Dockerfile fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mpusz committed Sep 19, 2024
1 parent 089ce3f commit 8e18803
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitpod/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ RUN npm install split mathjax-full mathjax-node-sre
RUN cabal update

# Install MathJax-Node-CLI
git clone https://github.com/mathjax/mathjax-node-cli --depth=1
echo "export PATH=\"$PWD/mathjax-node-cli/bin:\$PATH\"" >> ~/.bashrc
RUN git clone https://github.com/mathjax/mathjax-node-cli --depth=1
RUN echo "export PATH=\"$PWD/mathjax-node-cli/bin:\$PATH\"" >> ~/.bashrc

0 comments on commit 8e18803

Please sign in to comment.