Skip to content

Commit

Permalink
get base image to compile
Browse files Browse the repository at this point in the history
  • Loading branch information
darioalessandro committed Jul 31, 2023
1 parent 06e081f commit c4770e9
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion docker/base_images/Dockerfile.yew
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM rust:1.65-slim-bullseye as development

RUN rustup default nightly-2022-10-21
RUN rustup default nightly-2023-01-27
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 cargo install trunk --version 0.16.0
Expand Down

0 comments on commit c4770e9

Please sign in to comment.