Skip to content

Commit

Permalink
Removing from RC
Browse files Browse the repository at this point in the history
  • Loading branch information
cberkhoff committed Dec 6, 2024
1 parent b569667 commit fce69dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/report_collector.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG SOURCES_DIR
WORKDIR "$SOURCES_DIR"
COPY . .
RUN set -eux; \
cargo build --bin in_the_clear --bin crypto_util --bin report_collector --release --no-default-features --features "cli test-fixture web-app real-world-infra compact-gate multi-threading"
cargo build --bin in_the_clear --bin crypto_util --bin report_collector --release --no-default-features --features "cli test-fixture web-app real-world-infra compact-gate"

# Copy them to the final image
FROM rust:slim-bookworm
Expand Down

0 comments on commit fce69dd

Please sign in to comment.