Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Added perl for ring crate
  • Loading branch information
nikarh authored Oct 7, 2023
1 parent 14a423d commit e76b18f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ENV RUSTUP_HOME=/usr/local/rustup \

# Install rust nightly with all the components required to build std
# build-base (mainly cc and ld) is required to build std.
RUN apk add --no-cache rustup build-base jq && \
RUN apk add --no-cache rustup build-base jq perl && \
rustup-init -y --default-toolchain nightly -c rustfmt -c rustc-dev -c rust-src

RUN curl https://api.github.com/repos/vita-rust/cargo-vita/releases/latest | \
Expand Down

0 comments on commit e76b18f

Please sign in to comment.