Skip to content

Commit 5fc8d2d

Browse files
committed
Add rust env variables to devcontainer
Signed-off-by: Christian König <[email protected]>
1 parent c37ec8c commit 5fc8d2d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.devcontainer/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ FROM rust:${rust_version}-${debian_version}
55

66
ARG DEBIAN_FRONTEND=noninteractive
77
ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL="sparse"
8+
ENV RUST_BACKTRACE=1
9+
ENV RUSTFLAGS=-Dwarnings
10+
811

912
RUN apt-get update && \
1013
apt-get install -y --no-install-recommends \

0 commit comments

Comments
 (0)