mirror of
https://github.com/librespot-org/librespot.git
synced 2024-11-08 16:45:43 +00:00
Add rust env variables to devcontainer
Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
parent
c37ec8c859
commit
5fc8d2d3e6
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,9 @@ FROM rust:${rust_version}-${debian_version}
|
|||
|
||||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL="sparse"
|
||||
ENV RUST_BACKTRACE=1
|
||||
ENV RUSTFLAGS=-Dwarnings
|
||||
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y --no-install-recommends \
|
||||
|
|
Loading…
Reference in a new issue