wormhole/solana/bridge/Dockerfile

5 lines
120 B
Docker

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