Skip to content

Commit ce24ae1

Browse files
committed
Fix mathlibtools version
1 parent a487547 commit ce24ae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN set -ex; \
1616
python3-setuptools \
1717
; \
1818
# Install `leanproject`
19-
pip3 install mathlibtools; \
19+
pip3 install -Iv mathlibtools==0.0.10; \
2020
rm -rf /tmp/* /var/lib/apt/lists/*;
2121

2222
USER codewarrior

0 commit comments

Comments
 (0)