Skip to content

Commit

Permalink
Updated Dockerfile as 32-bit Alpine does not have rustup.
Browse files Browse the repository at this point in the history
  • Loading branch information
tfpf committed Feb 17, 2024
1 parent 0030727 commit a9d8292
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "1.0.0"
edition = "2021"

[dev-dependencies]
criterion = "0.4"
criterion = "0.4.0"

[[bench]]
name = "benches"
Expand Down
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
FROM --platform=linux/i386 alpine:3.19
RUN apk add cargo rustup
RUN rustup update
RUN apk add cargo
WORKDIR /project-euler
COPY . .

0 comments on commit a9d8292

Please sign in to comment.