Skip to content

Commit

Permalink
Test with small Dockerfile first
Browse files Browse the repository at this point in the history
  • Loading branch information
Fethbita committed Oct 6, 2024
1 parent 56a4539 commit 71ae7d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN apk update && \
make \
perl-dev \
# For cargo-msrv
openssl-libs-static && \
openssl-libs-static # && \
# Install cargo-audit and cargo-msrv
cargo install --version 0.20.1 cargo-audit && \
cargo install --version 0.15.1 cargo-msrv
#cargo install --version 0.20.1 cargo-audit && \
#cargo install --version 0.15.1 cargo-msrv

0 comments on commit 71ae7d2

Please sign in to comment.