map and chainage calculation
This commit is contained in:
@@ -10,7 +10,9 @@ RUN cargo build --release
|
||||
|
||||
FROM debian:bookworm-slim
|
||||
# nfs-common provides mount.nfs for `nfs`-kind projects (mounted on demand at sync/download time).
|
||||
# libimage-exiftool-perl provides exiftool for the GPS-track extraction sweep (map/chainage).
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates nfs-common \
|
||||
libimage-exiftool-perl \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
COPY --from=build /build/server/target/release/central-server /usr/local/bin/central-server
|
||||
ENV BIND_ADDR=0.0.0.0:8080
|
||||
|
||||
Reference in New Issue
Block a user