From 9365abc7f89191a08ea6d0fb7c42772b4a0fa25f Mon Sep 17 00:00:00 2001 From: Katalina Okano Date: Tue, 13 Dec 2022 00:23:31 -0500 Subject: [PATCH] remove extra clang --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 642be0d..c665d4a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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