chirpstack/cross/Dockerfile.x86_64-unknown-linux-musl
Orne Brocaar ae31e4d85f Update cross-rs image to :main.
The :latest tag points to a very old image versions, which are not
consistent with regards to the base-image. This is causing differences
in library versions across different target platforms.

Once a v0.3.0 release is available, :main can be changed into :0.3.0.

Closes #421.
2024-05-14 11:40:32 +01:00

7 lines
157 B
Docker

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