chirpstack/cross/Dockerfile.armv7-unknown-linux-musleabihf

7 lines
164 B
Docker
Raw Normal View History

2023-05-29 07:45:07 +00:00
FROM ghcr.io/cross-rs/armv7-unknown-linux-musleabihf:latest
RUN apt-get update && \
apt-get --assume-yes install \
protobuf-compiler \
libprotobuf-dev