Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
casthewiz authored Nov 5, 2021
1 parent 19970b9 commit 9539d10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ 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.11.5 && \
git checkout v0.11.6 && \
FLIT_ROOT_INSTALL=1 python3 -m flit install

# install snooty front-end
Expand Down

0 comments on commit 9539d10

Please sign in to comment.