Skip to content

Commit

Permalink
Fedora 36: Install llvm package so llvm-symbolizer is available.
Browse files Browse the repository at this point in the history
  • Loading branch information
ni4 committed Mar 14, 2024
1 parent 9310c57 commit 8033e57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fedora-36-amd64.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ COPY tools /opt/tools
RUN dnf -y update && \
dnf -y install sudo wget git openssl-devel bison byacc cmake python perl-Digest-SHA \
json-c-devel clang gcc gcc-c++ make autoconf libtool gzip bzip2 bzip2-devel \
gettext-devel ncurses-devel zlib-devel asciidoctor botan2 botan2-devel
gettext-devel ncurses-devel zlib-devel asciidoctor botan2 botan2-devel llvm

RUN /opt/tools/tools.sh build_and_install_libiconv && \
/opt/tools/tools.sh build_and_install_gpg lts && \
Expand Down

0 comments on commit 8033e57

Please sign in to comment.