wormhole/solana/bridge/Dockerfile

5 lines
132 B
Docker
Raw Normal View History

FROM centos:8
RUN dnf install -y dnf install bzip2 git gcc wget
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh