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

7 lines
160 B
Docker
Raw Normal View History

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