Skip to content

Commit

Permalink
feat(release): copy solc from image
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfourzerofour committed Feb 23, 2024
1 parent 1bd2329 commit e8641b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.build
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get -y upgrade && apt-get install -y protobuf-compiler
RUN add-apt-repository ppa:ethereum/ethereum
RUN apt-get update
RUN apt-get install solc
RUN apt-get install -y solc

0 comments on commit e8641b9

Please sign in to comment.