Skip to content

Commit 913e155

Browse files
authored
Add missing dependency to docker file (#1219)
1 parent 5581ba7 commit 913e155

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
@@ -3,7 +3,7 @@ FROM ubuntu:24.04
33
RUN apt-get update -qq && apt-get dist-upgrade -qq
44
RUN DEBIAN_FRONTEND="noninteractive" apt-get -y install tzdata
55
# Setup base dependencies:
6-
RUN apt-get install -y python3 cmake g++ git ninja-build redis redis-server libhiredis-dev libbsd-resource-perl libredis-perl re2c libgtest-dev z3
6+
RUN apt-get install -y python3 cmake g++ git ninja-build redis redis-server libhiredis-dev libbsd-resource-perl libredis-perl re2c libgtest-dev z3 libz3-dev
77

88
RUN git clone --depth=1 https://github.com/llvm/llvm-project $HOME/llvm
99
RUN mkdir $HOME/llvm/build && cd $HOME/llvm/build && \

0 commit comments

Comments
 (0)