mirror of
https://github.com/serai-dex/serai.git
synced 2025-01-07 19:39:39 +00:00
serai Dockerfile & Makefile fixed
This commit is contained in:
parent
4629e88a28
commit
d96cfdf485
2 changed files with 11 additions and 11 deletions
|
@ -16,7 +16,7 @@ WORKDIR /serai
|
||||||
RUN rustup update
|
RUN rustup update
|
||||||
|
|
||||||
# Install Solc @ 0.8.16
|
# Install Solc @ 0.8.16
|
||||||
RUN pip3 install solc-select
|
RUN pip3 install solc-select==0.2.1
|
||||||
RUN solc-select install 0.8.16
|
RUN solc-select install 0.8.16
|
||||||
RUN solc-select use 0.8.16
|
RUN solc-select use 0.8.16
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue