Skip to content

Commit

Permalink
add g++
Browse files Browse the repository at this point in the history
  • Loading branch information
darioalessandro committed Aug 25, 2024
1 parent 4dbadf9 commit 1b3597c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile.website
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ RUN rustup target add wasm32-unknown-unknown
RUN apt-get update && apt-get install -y \
libssl-dev \
pkg-config \
g++ \
&& rm -rf /var/lib/apt/lists/*

RUN cargo install cargo-leptos --version 0.2.20
Expand Down

0 comments on commit 1b3597c

Please sign in to comment.