remove extra clang

This commit is contained in:
41666 2022-12-13 00:23:31 -05:00
parent 83f5f02a88
commit 9365abc7f8

View file

@ -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