Skip to content

Commit

Permalink
fix(ci): fix broken docker build (#3231)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimjbrettj committed Apr 27, 2023
1 parent f758575 commit f796430
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ FROM debian:${DEBIAN_VERSION}

WORKDIR /gossamer

# Install libwasmer.so
ENV LD_LIBRARY_PATH=/lib:/usr/lib
COPY --from=builder /go/src/github.com/ChainSafe/gossamer/libwasmer.so /lib/libwasmer.so

EXPOSE 7001 8546 8540

ENTRYPOINT [ "/gossamer/bin/gossamer" ]
Expand Down

0 comments on commit f796430

Please sign in to comment.