Skip to content

Commit

Permalink
Updates Dockerfile (#218)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel <[email protected]>
  • Loading branch information
danwt and Daniel authored Jul 7, 2022
1 parent 7e2e439 commit 7771936
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
FROM fedora:34
FROM fedora:36
ENV GOPATH=/go
ENV PATH=$PATH:/go/bin
RUN echo fuk
RUN dnf install -y git make gcc gcc-c++ which iproute iputils procps-ng vim-minimal tmux net-tools htop tar jq npm openssl-devel perl rust cargo golang
RUN dnf update -y
RUN dnf install -y golang git make gcc gcc-c++ which iproute iputils procps-ng vim-minimal tmux net-tools htop tar jq npm openssl-devel perl rust cargo golang

RUN PATH="$HOME/.cargo/bin:$PATH" && cargo install ibc-relayer-cli --bin hermes --locked

# Copy in the repo under test
ADD . /interchain-security

RUN go version

# Build the Go module
RUN pushd /interchain-security/ && PATH=$PATH:/usr/local/go/bin GOPROXY=https://proxy.golang.org make && PATH=$PATH:/usr/local/go/bin make install

Expand Down

0 comments on commit 7771936

Please sign in to comment.