Skip to content

Commit

Permalink
Add clang-14 for installing gems with Rust extensions (#128)
Browse files Browse the repository at this point in the history
* Update Dockerfile

Add clang-14 dependency for installing gems with Rust extensions such as /~https://github.com/HarlemSquirrel/tzf-rb

* Move clang-14 to template
  • Loading branch information
HarlemSquirrel authored May 2, 2023
1 parent f688351 commit 7b15ab7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ RUN sudo apt-get update && sudo apt-get install -y --no-install-recommends \
zlib1g-dev \
# YJIT dep
rustc \
# Build gems with Rust extensions dep
clang-14 \
&& \
# Skip installing gem docs
echo "gem: --no-document" > ~/.gemrc && \
Expand Down

0 comments on commit 7b15ab7

Please sign in to comment.