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 d8b18a5 commit 0b6db9eCopy full SHA for 0b6db9e
scripts/docker/Dockerfile.build
@@ -4,6 +4,7 @@ FROM ./Dockerfile.base as base-build
4
5
RUN \
6
sudo apt-get -q -y install wget curl python3 python3-pip python3-yaml && \
7
+ sudo apt-get -q -y install libmpfr-dev libppl-dev && \
8
sudo apt-get -q -y clean
9
10
0 commit comments