Skip to content

Commit

Permalink
chore(docker): remove sudo commands
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfourzerofour committed Oct 27, 2023
1 parent be20479 commit 94a5acf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile.forge
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@ RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - && echo "d
RUN mkdir -p /etc/apt/keyrings
RUN curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg
RUN echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_20.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list
sudo add-apt-repository ppa:ethereum/ethereum
sudo apt-get update
RUN add-apt-repository ppa:ethereum/ethereum
RUN apt-get update && apt-get -y upgrade && apt-get install -y libclang-dev pkg-config protobuf-compiler nodejs yarn

0 comments on commit 94a5acf

Please sign in to comment.