1 files changed, 1 insertions(+), 1 deletions(-)
M Dockerfile
M Dockerfile => Dockerfile +1 -1
@@ 1,7 1,7 @@
# Builds an image containing the kapiti binary and little else.
FROM rust:slim
COPY . /kapiti
-RUN cd /kapiti && cargo build --all-targets --release
+RUN cd /kapiti && cargo build --release
FROM debian:buster-slim
COPY --from=0 /kapiti/target/release/kapiti /kapiti