Skip to content

Commit

Permalink
build docker image with all features
Browse files Browse the repository at this point in the history
  • Loading branch information
digizeph committed Aug 5, 2023
1 parent 58ae2a4 commit 5294cda
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 @@ -10,7 +10,7 @@ COPY ./src ./src
COPY ./Cargo.toml .

# build for release
RUN cargo build --release
RUN cargo build --release --all-features

# our final base
FROM debian:bullseye
Expand Down

0 comments on commit 5294cda

Please sign in to comment.