Skip to content

Commit

Permalink
build: use chef:alpine instead of build everytime
Browse files Browse the repository at this point in the history
  • Loading branch information
duskmoon314 committed Oct 8, 2021
1 parent 6f2e356 commit 794cc74
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
FROM rustlang/rust:nightly-alpine AS chef
FROM duskmoon/cargo-chef:nightly-alpine AS chef

RUN apk add --no-cach musl-dev && \
cargo install cargo-chef
WORKDIR /app

FROM chef AS planner
Expand Down

0 comments on commit 794cc74

Please sign in to comment.