Skip to content

Commit

Permalink
gitpod: Install libudev-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisommore authored Sep 15, 2022
1 parent 6308e35 commit 2a43d5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitpod/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ USER gitpod
RUN sh -c "$(curl -sSfL https://release.solana.com/v1.10.32/install)"
ENV PATH="/home/gitpod/.local/share/solana/install/active_release/bin:$PATH"
RUN solana config set --url devnet
RUN sudo apt install libudev-dev
RUN cargo install sugar-cli
RUN sudo curl -sSfL https://raw.githubusercontent.com/cosmtrek/air/master/install.sh | sudo sh -s -- -b $(go env GOPATH)/bin
RUN sudo curl -sSfL https://raw.githubusercontent.com/cosmtrek/air/master/install.sh | sudo sh -s -- -b $(go env GOPATH)/bin

0 comments on commit 2a43d5e

Please sign in to comment.