chirpstack/cross/Dockerfile.x86_64-unknown-linux-musl

7 lines
159 B
Docker
Raw Normal View History

2023-05-25 16:05:53 +00:00
FROM ghcr.io/cross-rs/x86_64-unknown-linux-musl:latest
RUN apt-get update && \
apt-get --assume-yes install \
2023-05-26 15:02:19 +00:00
protobuf-compiler \
libprotobuf-dev