Skip to content

Commit

Permalink
Fix Docker build.
Browse files Browse the repository at this point in the history
  • Loading branch information
przydatek committed Oct 26, 2023
1 parent febd197 commit efb3708
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ ARG DFX_METADATA=

RUN touch src/internet_identity/src/lib.rs
RUN touch src/internet_identity_interface/src/lib.rs
RUN touch src/canister_sig_util/src/lib.rs
RUN touch src/canister_tests/src/lib.rs
RUN npm ci

Expand All @@ -93,6 +94,7 @@ COPY . .

RUN touch src/internet_identity_interface/src/lib.rs
RUN touch src/archive/src/lib.rs
RUN touch src/canister_sig_util/src/lib.rs
RUN touch src/canister_tests/src/lib.rs

RUN ./scripts/build --archive
Expand Down

0 comments on commit efb3708

Please sign in to comment.