Skip to content

Commit

Permalink
chore: add libc6-dbg package to fix valgrind on x86_64 (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbaliasnikov authored Sep 4, 2024
1 parent 2e83ad7 commit ee8d04f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions images/zksync-llvm-runner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ RUN apt-get update && \
libz3-dev=4.8.* \
file=1:5.* \
nano=6.* \
libc6-dbg=2.35* \
&& rm -rf /var/lib/apt/lists/*

# Install LLVM
Expand Down

0 comments on commit ee8d04f

Please sign in to comment.