Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
casthewiz authored Feb 8, 2022
1 parent 167b3ce commit 4afea16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,14 @@ RUN python3 -m pip install pip==20.2 flit==3.0.0
RUN git clone https://github.com/mongodb/snooty-parser.git && \
cd snooty-parser && \
git fetch --tags && \
git checkout v0.12.4 && \
git checkout v0.12.5 && \
FLIT_ROOT_INSTALL=1 python3 -m flit install

# install snooty front-end
RUN git clone https://github.com/mongodb/snooty.git snooty
RUN cd snooty && \
git fetch --all && \
git checkout v0.12.3 && \
git checkout v0.12.4 && \
npm install && \
git clone https://github.com/mongodb/docs-tools.git docs-tools && \
mkdir -p ./static/images && \
Expand Down

0 comments on commit 4afea16

Please sign in to comment.