Skip to content

Commit

Permalink
feat(docker): enable github feature for the docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Feb 21, 2024
1 parent f255ad3 commit bc882e3
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 @@ -11,7 +11,7 @@ COPY --from=planner /app/recipe.json recipe.json
ENV CARGO_NET_GIT_FETCH_WITH_CLI=true
RUN cargo chef cook --release --recipe-path recipe.json
COPY . .
RUN cargo build --release --locked --no-default-features
RUN cargo build --release --locked --no-default-features --features github
RUN rm -f target/release/deps/git_cliff*

FROM debian:buster-slim as runner
Expand Down

0 comments on commit bc882e3

Please sign in to comment.