Skip to content

Commit

Permalink
Add clang to Dockerfile (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
NCura authored Jan 22, 2025
1 parent f0e0d8e commit 68b8dfb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/deployment/ssr.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ RUN wget https://github.com/cargo-bins/cargo-binstall/releases/latest/download/c
RUN tar -xvf cargo-binstall-x86_64-unknown-linux-musl.tgz
RUN cp cargo-binstall /usr/local/cargo/bin

# Install required tools
RUN apt-get update -y \
&& apt-get install -y --no-install-recommends clang

# Install cargo-leptos
RUN cargo binstall cargo-leptos -y

Expand Down

0 comments on commit 68b8dfb

Please sign in to comment.