Skip to content

Commit

Permalink
fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
jianlinjiang committed Dec 20, 2024
1 parent 66dcd62 commit fc4bcb5
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 @@ -17,7 +17,7 @@ COPY ./src ./src
# build for release
ARG CPU_NUM=16
RUN cargo build -j $CPU_NUM --release
RUN cd dvf_key_tool && cargo build -j $CPU_NUM --release
RUN cd src/dvf_key_tool && cargo build -j $CPU_NUM --release
FROM ubuntu:22.04
RUN apt-get update && apt-get -y upgrade && apt-get install -y --no-install-recommends \
libssl-dev \
Expand Down

0 comments on commit fc4bcb5

Please sign in to comment.