Skip to content

Commit

Permalink
fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
zachongit committed Jul 30, 2024
1 parent efa016a commit 345a9ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ COPY mix.* /app/

WORKDIR /app/

RUN mix local.hex --force && mix local.rebar && mix deps.get && mix deps.compile
RUN mix local.hex --force && mix local.rebar && mix deps.get && make -C deps/libsecp256k1/ && mix deps.compile

COPY . /app/

Expand Down

0 comments on commit 345a9ab

Please sign in to comment.