1
0
mirror of https://github.com/pcvolkmer/mv64e-rest-to-kafka-gateway synced 2025-09-13 09:12:51 +00:00

feat: ssl connections to kafka brokers

This commit is contained in:
2025-08-21 21:13:20 +02:00
parent 7f182efe4f
commit 28e7a1e762
10 changed files with 230 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
FROM rust:alpine AS back-stage
RUN apk update
RUN apk add cmake make musl-dev g++
RUN apk add cmake make musl-dev g++ perl
WORKDIR /build
COPY Cargo.toml ./