Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

injective woes #213

Open
PFC-developer opened this issue Jan 31, 2024 · 2 comments
Open

injective woes #213

PFC-developer opened this issue Jan 31, 2024 · 2 comments

Comments

@PFC-developer
Copy link
Contributor

couple of minor issues with injective build.

  1. injective-exchange isn't present in their most recent zip files.
  2. peggo fails to run due to certificate issues
  3. jq isn't present (it is in other heighliners)

my solution to this was to modify none/Dockerfile (for point 2 & 3)

diff --git a/dockerfile/none/Dockerfile b/dockerfile/none/Dockerfile
index ad520c5..53172c2 100644
--- a/dockerfile/none/Dockerfile
+++ b/dockerfile/none/Dockerfile
@@ -37,7 +37,9 @@ FROM debian:bullseye
 # FROM ubuntu:22.04

 LABEL org.opencontainers.image.source="https://github.com/strangelove-ventures/heighliner"
-
+RUN apt update -y
+RUN apt install -y jq ca-certificates curl
+RUN /usr/sbin/update-ca-certificates
 # Install binaries
 COPY --from=build-env /root/bin /usr/bin
@PFC-developer
Copy link
Contributor Author

fyi.. put it up as an issue, because you usually have better ways of doing this kind of thing.
(also chains.yaml needs to remove injective-exchange) .. most recent tag is v1.12.1-1705909076

@boojamya
Copy link
Contributor

Injective is now open source. Build process can be streamlined like other chains.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants