mirror of
https://github.com/scsibug/nostr-rs-relay.git
synced 2024-11-22 00:59:07 -05:00
Add CARGO_LOG build arg
Add the `CARGO_LOG` build argument into the build environment so that _if_ it is specified we can then see some stuff
This commit is contained in:
parent
6329acd82b
commit
b4da93e1cf
|
@ -1,4 +1,5 @@
|
|||
FROM docker.io/library/rust:1-bookworm as builder
|
||||
ARG CARGO_LOG
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y cmake protobuf-compiler \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
|
Loading…
Reference in New Issue
Block a user