Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
chore: also fix gateway dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ozwaldorf committed Jan 31, 2023
1 parent c0438a3 commit de44dfe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile-gateway
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ RUN --mount=type=cache,target=/usr/local/cargo/registry \
COPY . .
ENV RUST_BACKTRACE=1

# fix https://github.com/mcginty/snow/issues/146
RUN --mount=type=cache,target=/usr/local/cargo/registry \
--mount=type=cache,target=/ursa/target \
cargo update -p curve25519-dalek@4.0.0-rc.0 --precise 4.0.0-pre.5

RUN --mount=type=cache,target=/usr/local/cargo/registry \
--mount=type=cache,target=/ursa/target \
cargo build --profile $PROFILE --bin ursa-gateway \
Expand Down

0 comments on commit de44dfe

Please sign in to comment.