You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUN export PATH=$PATH:/usr/local/go/bin:$HOME/go/bin:/usr/bin
RUN apt update && apt install git lz4 sed wget curl jq build-essential -y
RUN git clone https://github.com/sei-protocol/sei-chain.git /root/sei-chain
WORKDIR /root/sei-chain
RUN git checkout $REL_TAG && make install && make install-price-feeder
RUN curl -Ls https://github.com/cosmos/cosmos-sdk/releases/download/cosmovisor/$COSMOVISOR_TAG/cosmovisor-$COSMOVISOR_TAG-linux-amd64.tar.gz | tar xz
RUN chmod 755 cosmovisor && mv cosmovisor /usr/bin/cosmovisor