Skip to content

Commit

Permalink
Add dependencies for building Cocoda docs
Browse files Browse the repository at this point in the history
  • Loading branch information
stefandesu committed Jan 19, 2024
1 parent 957fac6 commit 540effc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ SHELL ["/bin/bash", "-c"]
RUN apt update
# Install dependencies
RUN apt install -y curl git wget unzip jq
# Install dependencies for building manual
RUN apt install -y pandoc make
# Install fnm for managing Node.js versions
RUN curl -fsSL https://fnm.vercel.app/install | bash

Expand Down

0 comments on commit 540effc

Please sign in to comment.