mirror of
https://github.com/chirpstack/chirpstack.git
synced 2024-12-20 05:37:56 +00:00
ae31e4d85f
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.
7 lines
157 B
Docker
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
|