remove extra clang
This commit is contained in:
parent
83f5f02a88
commit
9365abc7f8
1 changed files with 0 additions and 1 deletions
|
@ -25,7 +25,6 @@ RUN cargo chef cook --release --recipe-path recipe.json
|
|||
# Step 3: Build the binary
|
||||
FROM rust-base as builder
|
||||
WORKDIR /app
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends clang
|
||||
COPY . .
|
||||
# Copy over the cached dependencies from above
|
||||
COPY --from=cacher /app/target target
|
||||
|
|
Loading…
Add table
Reference in a new issue