Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
add libasan-static to fix compilation
  • Loading branch information
rdementi committed Jul 6, 2024
1 parent 5d4db59 commit b993447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM fedora:40@sha256:4e007f288dce23966216be81ef62ba05d139b9338f327c1d1c73b7167dd47312 as builder

RUN dnf -y install gcc-c++ git findutils make cmake openssl openssl-devel libasan
RUN dnf -y install gcc-c++ git findutils make cmake openssl openssl-devel libasan libasan-static
COPY . /tmp/pcm
RUN cd /tmp/pcm && mkdir build && cd build && cmake .. && make -j

Expand Down

0 comments on commit b993447

Please sign in to comment.