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:
@@ -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 ./
|
||||
|
Reference in New Issue
Block a user