diff --git a/Dockerfile b/Dockerfile index 858e56b..4184c0b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ COPY Cargo.toml Cargo.toml RUN cargo install --path . FROM debian:bookworm-slim -RUN apt-get update && apt-get install -y libssl-dev && rm -rf /var/lib/apt/lists/* +RUN apt-get update && apt-get install -y libssl-dev ca-certificates && rm -rf /var/lib/apt/lists/* COPY --from=builder /usr/local/cargo/bin/cm-api-rs /usr/local/bin/cm-api-rs CMD ["cm-api-rs"] \ No newline at end of file diff --git a/src/logging.rs b/src/logging.rs index 38f1283..84ba6e0 100644 --- a/src/logging.rs +++ b/src/logging.rs @@ -43,8 +43,6 @@ pub async fn log_external( None => return Err(Box::new(LogError {})), }; - println!("here"); - let json = ExternalLog { embeds: vec![ExternalLogEmbed { title: title,