Browse Source

Use rust as base image to resolve missing dynamically linked dep issues

patch-1
Luke Childs 3 years ago
parent
commit
e17ce49aac
  1. 2
      Dockerfile

2
Dockerfile

@ -22,7 +22,7 @@ RUN rustup component add rustfmt
RUN cargo build --verbose --release
# our final base
FROM debian:buster-slim
FROM rust:1.56
# copy the build artifact from the build stage
COPY --from=build-sensei /build/target/release/senseid .

Loading…
Cancel
Save