We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a487547 commit ce24ae1Copy full SHA for ce24ae1
Dockerfile
@@ -16,7 +16,7 @@ RUN set -ex; \
16
python3-setuptools \
17
; \
18
# Install `leanproject`
19
- pip3 install mathlibtools; \
+ pip3 install -Iv mathlibtools==0.0.10; \
20
rm -rf /tmp/* /var/lib/apt/lists/*;
21
22
USER codewarrior
0 commit comments