Skip to content

Commit f96628d

Browse files
committed
add in docker flag
1 parent c7795bd commit f96628d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/proof-aggregator.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ COPY aggregation_mode /aligned_layer/aggregation_mode/
1515
WORKDIR /aligned_layer
1616

1717
RUN IN_DOCKER=true cargo build --manifest-path ./aggregation_mode/Cargo.toml --features prove --release --bin proof_aggregator_cpu
18-
RUN cd aggregation_mode && ./scripts/build_programs.sh
18+
RUN cd aggregation_mode && IN_DOCKER=true ./scripts/build_programs.sh
1919

2020
FROM debian:bookworm-slim AS final
2121

0 commit comments

Comments
 (0)