From 69220afc50bcdc17dcf4b320b0c13efeb6c4a4a5 Mon Sep 17 00:00:00 2001 From: Jade Ellis Date: Mon, 6 Jan 2025 23:51:18 +0000 Subject: [PATCH] remove echo --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 067e6378..674284f5 100644 --- a/Containerfile +++ b/Containerfile @@ -37,7 +37,7 @@ RUN mkdir /out RUN --mount=type=cache,target=/usr/local/cargo/registry \ --mount=type=cache,target=/usr/local/cargo/git/db \ --mount=type=cache,target=/app/target \ - . /etc/environment && echo $RUSTFLAGS && \ + . /etc/environment && \ cargo build --locked --release && \ cp ./target/release/conduwuit /out/app