Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
leventdem authored Jun 15, 2023
1 parent f667795 commit 02ab7c8
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 @@ -7,7 +7,7 @@ RUN cargo build --release --features tfhe/$(./scripts/get_arch.sh)
FROM debian:bullseye-slim
WORKDIR /usr/local/app
RUN apt-get install libc6 -y
COPY --from=builder /usr/local/app/zbc-fhe-tool/target/release/zbc-fhe /usr/local/bin
COPY --from=builder /usr/local/app/zbc-fhe-tool/target/release/zbc-fhe-tool /usr/local/bin
ENV RUST_LOG=info

CMD ["zbc-fhe-tool"]

0 comments on commit 02ab7c8

Please sign in to comment.