mirror of
https://github.com/chirpstack/chirpstack.git
synced 2024-12-19 05:07:54 +00:00
2774c51ea2
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.
7 lines
164 B
Docker
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
|