Skip to content

Commit

Permalink
chore: Dockerfile updated for gitpod
Browse files Browse the repository at this point in the history
  • Loading branch information
mpusz committed Sep 9, 2024
1 parent e792eb3 commit 32d4821
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .gitpod/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,18 @@ RUN sudo install-packages \
libjpeg-dev \
libpng-dev \
libz-dev

# Install API reference dependencies
RUN sudo install-packages \
haskell-stack \
graphviz \
nodejs \
npm \
ghc \
cabal-install
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

0 comments on commit 32d4821

Please sign in to comment.