chirpstack/cross/Dockerfile.armv7-unknown-linux-musleabihf
Orne Brocaar 2774c51ea2 Refactor client-cert generator to use rustls/rcgen.
This refactors the last bit of code that depends on the OpenSSL C
library. Note that the openssl-probe does not depend on OpenSSL, it only
tries to detect the CA certificate directory on the host system.
2023-12-11 10:55:36 +00:00

7 lines
164 B
Docker

FROM ghcr.io/cross-rs/armv7-unknown-linux-musleabihf:latest
RUN apt-get update && \
apt-get --assume-yes install \
protobuf-compiler \
libprotobuf-dev