Skip to content

Commit

Permalink
Fix mathlibtools version
Browse files Browse the repository at this point in the history
  • Loading branch information
kazk committed Feb 9, 2022
1 parent a487547 commit ce24ae1
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 @@ -16,7 +16,7 @@ RUN set -ex; \
python3-setuptools \
; \
# Install `leanproject`
pip3 install mathlibtools; \
pip3 install -Iv mathlibtools==0.0.10; \
rm -rf /tmp/* /var/lib/apt/lists/*;

USER codewarrior
Expand Down

0 comments on commit ce24ae1

Please # to comment.