Skip to content

Commit

Permalink
base image
Browse files Browse the repository at this point in the history
  • Loading branch information
darioalessandro committed Nov 24, 2023
1 parent 702189a commit 834c9d8
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions docker/Dockerfile.yew
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
FROM rust:1.70-slim-bullseye

RUN rustup default nightly-2022-10-21

RUN apt-get --yes update && apt-get --yes install git pkg-config libssl-dev
RUN cargo install wasm-bindgen-cli --version 0.2.78
RUN apt-get --yes update && apt-get --yes install git pkg-config libssl-dev nginx && apt-get clean && rm -rf /var/lib/apt/lists/*
RUN cargo install trunk --version 0.16.0
RUN rustup target add wasm32-unknown-unknown
RUN rustup component add clippy-preview
RUN rustup component add rustfmt
RUN rustup component add rustfmt
RUN rustup component add clippy-preview

0 comments on commit 834c9d8

Please sign in to comment.