From 7cd55ff39a8973adab11ceecec1d7437fd5dea5a Mon Sep 17 00:00:00 2001 From: Alessandro Ghedini Date: Fri, 24 Jan 2025 17:50:36 +0000 Subject: [PATCH] docker: build apps in release mode --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 30cb37845b..42bbf37160 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ COPY quiche/ ./quiche/ RUN apt-get update && apt-get install -y cmake && rm -rf /var/lib/apt/lists/* -RUN cargo build --manifest-path apps/Cargo.toml +RUN cargo build --release --manifest-path apps/Cargo.toml ## ## quiche-base: quiche image for apps