Skip to content

Commit

Permalink
add fix
Browse files Browse the repository at this point in the history
  • Loading branch information
colinlyguo committed Jul 9, 2024
1 parent fe32815 commit 32fd01f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build/dockerfiles/coordinator-api.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ RUN cd ./coordinator && make coordinator_api_skip_libzkp && mv ./build/bin/coord

# Pull coordinator into a second stage deploy ubuntu container
FROM ubuntu:20.04
ENV CGO_ENABLED=1
ENV CGO_LDFLAGS="-ldl"
ENV CGO_LDFLAGS="-Wl,--no-as-needed -ldl"
ENV LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/src/coordinator/internal/logic/verifier/lib
# ENV CHAIN_ID=534353
RUN mkdir -p /src/coordinator/internal/logic/verifier/lib
Expand Down

0 comments on commit 32fd01f

Please sign in to comment.