Skip to content

Commit 0b6db9e

Browse files
committed
add Jasmin dependencies to build docker
1 parent d8b18a5 commit 0b6db9e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/docker/Dockerfile.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ FROM ./Dockerfile.base as base-build
44

55
RUN \
66
sudo apt-get -q -y install wget curl python3 python3-pip python3-yaml && \
7+
sudo apt-get -q -y install libmpfr-dev libppl-dev && \
78
sudo apt-get -q -y clean
89

910
RUN \

0 commit comments

Comments
 (0)