Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ RUN apt update -qq && apt install -qq -y --no-install-recommends \
# Dev dependencies required by linters
jq \
shellcheck \
# LLVM Dep needed for INTERPROCEDURAL_OPTIMIZATION
llvm-13-linker-tools \
&& gem install bundler \
&& rm -rf /var/lib/apt/lists/*;

Expand Down
Loading