Skip to content

Commit

Permalink
chore(docker): disable default features for the Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Apr 24, 2022
1 parent 8475e1f commit e6fb20d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN apt-get update && \
COPY . .
COPY --from=cacher /app/target target
COPY --from=cacher $CARGO_HOME $CARGO_HOME
RUN cargo build --release --locked
RUN cargo build --release --locked --no-default-features
RUN rm -f target/release/deps/git_cliff*

FROM debian:buster-slim as runner
Expand Down

0 comments on commit e6fb20d

Please sign in to comment.